PHP » GoLang |
login |
register |
about
|
time(PHP 4, PHP 5, PHP 7) time — Return current Unix timestamp Description
int time
( void
)
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). Examples
Example #1 time() example
<?php The above example will output something similar to: Now: 2005-03-30 Next Week: 2005-04-06 Next Week: 2005-04-06 NotesTip
Timestamp of the start of the request is available in $_SERVER['REQUEST_TIME'] since PHP 5.1. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|