sleep

sleep

(PHP 4, PHP 5, PHP 7)

sleepDelay execution

Description

int sleep ( int $seconds )

Delays the program execution for the given number of seconds.

Parameters

seconds

Halt time in seconds.

Return Values

Returns zero on success, or FALSE on error.

登录查看完整内容