CakeFest 2024: The Official CakePHP Conference

EvFork::__construct

(PECL ev >= 0.2.0)

EvFork::__constructEvFork ウォッチャーオブジェクトを作る

説明

public EvFork::__construct( callable $callback , mixed $data = null , int $priority = 0 )

EvFork ウォッチャーオブジェクトを作り、自動的に開始させます。

パラメータ

callback

ウォッチャーのコールバック を参照ください。

data

このウォッチャーに関連づけるカスタムデータ。

priority

ウォッチャーの優先度

参考

add a note

User Contributed Notes

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