time() function returns the current time as unix tiemstamp (the number of seconds since jan 1 1970 00:00:00 GMT)
Syntax
time(void)
Example
Syntax
time(void)
Example
<?php $curr=time(); print_r("$curr"); ?> |
Output:
0 comments:
Post a Comment