|
time_sleep_untilMake the script sleep until the specified time Description
bool time_sleep_until
( float
$timestamp
)
Makes the script sleep until the specified
Parameters
Return Values
Returns Changelog
Errors/Exceptions
If the specified Examples
Example #1 A time_sleep_until example
<?php Notes
See Also
|