int sleep ( int $seconds )
Delays the program execution for the given number of seconds.
Returns zero on success, or FALSE on error.