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