(PHP 4, PHP 5, PHP 7)
Delay execution
int sleep ( int $seconds )
Delays the program execution for the given number of seconds.
Parameters:
seconds
Halt time in seconds.
Returns:
Returns zero on success, or FALSE on error.
If the call was interrupted by a signal, sleep() returns a non-zero value. On Windows, this value will always be 192 (the va