Description
bool
time_sleep_until ( float timestamp )
This function will make the script sleep until the specified
timestamp. If the specified
timestamp is in the past,
time_sleep_until() will generate a
E_WARNING and return FALSE.
Note: This function is not
implemented on Windows platforms.