KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Misc.
connection_aborted
connection_status
constant
define
defined
Deprecated
die
eval
exit
get_browser
highlight_file
highlight_string
ignore_user_abort
pack
php_check_syntax
php_strip_whitespace
show_source
sleep
sys_getloadavg
time_nanosleep
time_sleep_until
uniqid
unpack
usleep
__halt_compiler
Home
>
PHP
>
Function
>
Misc.
>
time_sleep_until()
time_sleep_until()
time_sleep_until - Make the script sleep until the specified time
Syntax
bool
time_sleep_until
(
float
$timestamp)
Arguments
timestamp - The timestamp when the script should wake.
Description
Makes the script sleep until the specified timestamp.
Version
PHP 5.1.0
Return value
Returns TRUE on success or FALSE on failure.