Документ взят из кэша поисковой машины. Адрес оригинального документа : http://oit.cmc.msu.ru/php/function.sleep.html
Дата изменения: Sun Feb 3 22:46:41 2002
Дата индексирования: Mon Oct 1 20:58:32 2012
Кодировка:
sleep

sleep

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

sleep -- Delay execution

Description

void sleep ( int seconds)

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

See also usleep().