Ev::sleep
PHP function
Edit on GitHub ✎
(PECL ev >= 0.2.0)
Block the process for the given number of seconds
Description
Ev::sleep(float $seconds): void
Block the process for the given number of seconds.
Parameters
secondsFractional number of seconds
Return Values
Void