update : 2015.11.03
php.shukuma.com검색:
|
EvLoop::child(PECL ev >= 0.2.0) EvLoop::child — Creates EvChild object associated with the current event loop 설명
final
public
EvChild
EvLoop::child
(
string
$pid
,
string
$trace
,
string
$callback
[,
string
$data
[,
string
$priority
]] )Creates EvChild object associated with the current event loop. 인수All parameters have the same meaning as for EvChild::__construct() 반환값Returns EvChild object on success. 참고
|