update : 2015.11.03
php.shukuma.com검색:
|
sleep(PHP 4, PHP 5) sleep — Delay execution 설명
int sleep
( int
$seconds
)
Delays the program execution for the given number of
인수
반환값
Returns zero on success, or
If the call was interrupted by a signal, sleep() returns
a non-zero value. On Windows, this value will always be
192 (the value of the
오류/예외
If the specified number of 변경점
예제
Example #1 sleep() example
<?php This example will output (after 10 seconds) 05:31:23 05:31:33 참고
|