int time ( void )
time() returns current Unix timestamp.
※ available F/W version : all
None
Returns current Unix timestamp from the RTC.
<?php
$str = date("Y:M-d-TH:i:s", time());
echo "$str\r\n";
while(1);
?>
This function is identical to the PHP group’s time() function.