array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'ev.iteration.php', 1 => 'Ev::iteration', 2 => 'Return the number of times the default event loop has polled for new events', ), 'up' => array ( 0 => 'class.ev.php', 1 => 'Ev', ), 'prev' => array ( 0 => 'ev.feedsignalevent.php', 1 => 'Ev::feedSignalEvent', ), 'next' => array ( 0 => 'ev.now.php', 1 => 'Ev::now', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/ev/iteration.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Ev::iteration

(PECL ev >= 0.2.0)

Ev::iterationReturn the number of times the default event loop has polled for new events

Açıklama

final public static Ev::iteration(): int

Return the number of times the event loop has polled for new events. Sometimes useful as a generation counter.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns number of polls of the default event loop.

Ayrıca Bakınız