Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.sleep.html
Дата изменения: Sun Feb 3 22:46:41 2002
Дата индексирования: Mon Oct 1 23:26:09 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().