update : 2015.11.03
php.shukuma.com검색:
|
time(PHP 4, PHP 5, PHP 7) time — Return current Unix timestamp 설명
int time
( void
)
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT). 예제
Example #1 time() example
<?php 위 예제의 출력 예시: Now: 2005-03-30 Next Week: 2005-04-06 Next Week: 2005-04-06 주의Tip
Timestamp of the start of the request is available in $_SERVER['REQUEST_TIME'] since PHP 5.1. |