update : 2015.11.03
php.shukuma.com검색:
|
time_sleep_until(PHP 5 >= 5.1.0) time_sleep_until — Make the script sleep until the specified time 설명
bool time_sleep_until
( float
$timestamp
)
Makes the script sleep until the specified
인수
반환값
성공 시 변경점
오류/예외
If the specified 예제
Example #1 A time_sleep_until() example
<?php 주의
참고
|