PHP. Руководство по PHP. 2005
time_nanosleeptime_nanosleep
Описание
mixed time_nanosleep (int seconds, int nanoseconds)
Delays program execution for the given number of seconds and nanoseconds.
seconds must be a positive integer, and nanoseconds must be a positive integer less than 1 billion.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
If the delay was interrupted by a signal, an associative array will be returned with the components:
-
seconds - number of seconds remaining in the delay
-
nanoseconds - number of nanoseconds remaining in the delay
Смотрите также
sleep(), usleep(), set_time_limit()
Примеры
Замечание: Для Windows-платформ эта функция не реализована.
|
Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.
⇪