time time (PHP 3, PHP 4, PHP 5)
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).
Tip:
Timestamp of the start of the request is available in
$_SERVER['REQUEST_TIME'] since PHP 5.1.
Example 1. time() example
<?php $nextWeek = time () + ( 7 * 24 * 60 * 60 ); // 7 days; 24 hours; 60 mins; 60secs echo 'Now: ' . date ( 'Y-m-d' ) . "\n" ; echo 'Next Week: ' . date ( 'Y-m-d' , $nextWeek ) . "\n" ; ?>
The above example will output
something similar to:
Now: 2005-03-30
Next Week: 2005-04-07
See also date() and microtime() .
Links
Bluehost $6.95/mo 50GB Diskspace 999GB Bandwidth Host 6 Domains CGI Ruby(RoR) Perl PHP MySQL PostgreSQL Support Custom PHP.INI SSH SSL FTP Stats Free Domain Forever 27/7 Support IX Web Hosting $6.45/mo 400GB Diskspace 2500GB Bandwidth Host 8 Domains PHP Perl CGI SSI MySQL PostgreSQL 3 Free Domain For Life Additional costs for Windows plan + $2.50:ASP/.NET, Cold Fusion, ODBC/DSN, MSSQL HostGator $9.95/mo 100GB Diskspace 1000GB Bandwidth Host Unlimited Domains CPanel PHP CGI SSH SSI Instant Backups 99.9% Uptime Guarantee 30 Day Money Back
Hosting Companies
Partners