array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'evperiodic.at.php', 1 => 'EvPeriodic::at', 2 => 'Returns the absolute time that this watcher is supposed to trigger next', ), 'up' => array ( 0 => 'class.evperiodic.php', 1 => 'EvPeriodic', ), 'prev' => array ( 0 => 'evperiodic.again.php', 1 => 'EvPeriodic::again', ), 'next' => array ( 0 => 'evperiodic.construct.php', 1 => 'EvPeriodic::__construct', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/ev/evperiodic/at.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EvPeriodic::at

(PECL ev >= 0.2.0)

EvPeriodic::atReturns the absolute time that this watcher is supposed to trigger next

Açıklama

public EvPeriodic::at(): float

When the watcher is active, returns the absolute time that this watcher is supposed to trigger next. This is not the same as the offset argument to EvPeriodic::set() or EvPeriodic::__construct(), but indeed works even in interval mode.

Bağımsız Değişkenler

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

Dönen Değerler

Returns the absolute time this watcher is supposed to trigger next in seconds.