array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'ev.stop.php', 1 => 'Ev::stop', 2 => 'Stops the default event loop', ), 'up' => array ( 0 => 'class.ev.php', 1 => 'Ev', ), 'prev' => array ( 0 => 'ev.sleep.php', 1 => 'Ev::sleep', ), 'next' => array ( 0 => 'ev.supportedbackends.php', 1 => 'Ev::supportedBackends', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/ev/stop.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Ev::stop

(PECL ev >= 0.2.0)

Ev::stopStops the default event loop

Açıklama

final public static Ev::stop( int $how = ?): void

Stops the default event loop

Bağımsız Değişkenler

how

One of Ev::BREAK_* constants.

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız