|
EvLoop::forkCreates EvFork watcher object associated with the current event loop instance 説明
final
public
EvFork EvLoop::fork(
callable
$callback
,
mixed
$data
= null
,
int
$priority
= 0
)Creates EvFork watcher object associated with the current event loop instance パラメータAll parameters have the same meaning as for EvFork::__construct 戻り値Returns EvFork object on success. 参考
|