sleep

(PHP 3, PHP 4 )

sleep -- Delay execution

Description

void sleep ( int seconds)

The sleep function delays program execution for the given number of seconds.

See also usleep() and set_time_limit()