Complete PHP Misc Reference
The time_sleep_until() function delays execution of the current script until the specified time.
This function returns TRUE on success, or FALSE on failure.
| Parameter | Description |
|---|---|
| timestamp | Required. Specifies the time to wake |
Note: This function does not work on Windows platforms.
Complete PHP Misc Reference
Your message has been sent to W3Schools.