<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.evperiodic.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  '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);

?>
<div id="evperiodic.at" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EvPeriodic::at</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">EvPeriodic::at</span> &mdash; <span class="dc-title">Returns the absolute time that this
  watcher is supposed to trigger next</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evperiodic.at-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EvPeriodic::at</strong></span>(): <span class="type"><a href="language.types.float.php" class="type float">float</a></span></div>

  <p class="para rdfs-comment">
   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
   <span class="methodname"><a href="evperiodic.set.php" class="methodname">EvPeriodic::set()</a></span>
   or
   <span class="methodname"><a href="evperiodic.construct.php" class="methodname">EvPeriodic::__construct()</a></span>,
   but indeed works even in interval mode.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evperiodic.at-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-evperiodic.at-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns the absolute time this watcher is supposed to trigger next in
   seconds.
  </p>
 </div>

</div><?php manual_footer($setup); ?>