update : 2015.11.03
php.shukuma.com

검색:
 
 
Creates an instance of EvEmbed watcher associated with the current EvLoop object.

EvLoop::embed

(PECL ev >= 0.2.0)

EvLoop::embedCreates 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.

참고