Php/docs/evloop.child

提供:Dev Guides
< Php
2020年12月14日 (月) 10:29時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

EvLoop::child

(PECL ev >= 0.2.0)

EvLoop::childCreates EvChild object associated with the current event loop


説明

final public EvLoop::child ( string $pid , string $trace , string $callback [, string $data [, string $priority ]] ) : EvChild

Creates EvChild object associated with the current event loop.


パラメータ

All parameters have the same meaning as for EvChild::__construct()


返り値

Returns EvChild object on success.


参考