sleep
Description
void sleep ( int seconds)The sleep() function delays program execution for the given number of seconds.
See also usleep() and set_time_limit()
The sleep() function delays program execution for the given number of seconds.
See also usleep() and set_time_limit()