array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'evcheck.construct.php', 1 => 'EvCheck::__construct', 2 => 'Constructs the EvCheck watcher object', ), 'up' => array ( 0 => 'class.evcheck.php', 1 => 'EvCheck', ), 'prev' => array ( 0 => 'class.evcheck.php', 1 => 'EvCheck', ), 'next' => array ( 0 => 'evcheck.createstopped.php', 1 => 'EvCheck::createStopped', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evcheck/construct.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EvCheck::__construct

(PECL ev >= 0.2.0)

EvCheck::__constructConstructs the EvCheck watcher object

Beschreibung

public EvCheck::__construct( callable $callback , mixed $data = ?, int $priority = ?)

Constructs the EvCheck watcher object.

Parameter-Liste

callback

See Watcher callbacks.

data

Custom data associated with the watcher.

priority

Watcher priority

Siehe auch