PHP function time_sleep_until()
Availability in versions: PHP 5.1.0
Move script to sleep by the specified time
Parameters
| Parameter | Data type | Default value | Note |
|---|---|---|---|
$timestamp |
float |
not | The time when the script should wake up. |
Return values
bool
Returns true on success, otherwise false on failure.