time
(PHP 3, PHP 4, PHP 5)
time -- Return current Unix timestampDescription
int time ( void )Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).
예 1. time() example
위 예제의 출력 예:
|
(PHP 3, PHP 4, PHP 5)
time -- Return current Unix timestampReturns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).
예 1. time() example
위 예제의 출력 예:
|