CakeFest 2024: The Official CakePHP Conference

Ev::sleep

(PECL ev >= 0.2.0)

Ev::sleep指定した秒数だけプロセスをブロックする

説明

final public static Ev::sleep( float $seconds ): void

指定した秒数だけプロセスをブロックします。

パラメータ

seconds

秒数。

戻り値

値を返しません。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top