array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'evloop.embed.php', 1 => 'EvLoop::embed', 2 => 'Creates an instance of EvEmbed watcher associated with the current EvLoop object', ), 'up' => array ( 0 => 'class.evloop.php', 1 => 'EvLoop', ), 'prev' => array ( 0 => 'evloop.defaultloop.php', 1 => 'EvLoop::defaultLoop', ), 'next' => array ( 0 => 'evloop.fork.php', 1 => 'EvLoop::fork', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evloop/embed.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EvLoop::embed

(PECL ev >= 0.2.0)

EvLoop::embedCreates an instance of EvEmbed watcher associated with the current EvLoop object

Açıklama

final public EvLoop::embed(
     string $other ,
     string $callback = ?,
     string $data = ?,
     string $priority = ?
): EvEmbed

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

Bağımsız Değişkenler

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

Dönen Değerler

Returns EvEmbed object on success.

Ayrıca Bakınız