<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.evloop.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'evloop.now.php',
    1 => 'EvLoop::now',
    2 => 'Returns the current &quot;event loop time&quot;',
  ),
  'up' => 
  array (
    0 => 'class.evloop.php',
    1 => 'EvLoop',
  ),
  'prev' => 
  array (
    0 => 'evloop.loopfork.php',
    1 => 'EvLoop::loopFork',
  ),
  'next' => 
  array (
    0 => 'evloop.nowupdate.php',
    1 => 'EvLoop::nowUpdate',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ev/evloop/now.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="evloop.now" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EvLoop::now</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">EvLoop::now</span> &mdash; <span class="dc-title">Returns the current &quot;event loop time&quot;</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evloop.now-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EvLoop::now</strong></span>(): <span class="type"><a href="language.types.float.php" class="type float">float</a></span></div>

  <p class="simpara">
   Returns the current &quot;event loop time&quot;, which is the time the event loop
   received events and started processing them. This timestamp does not change
   as long as callbacks are being processed, and this is also the base time
   used for relative timers. You can treat it as the timestamp of the event
   occurring(or more correctly, libev finding out about it).
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evloop.now-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-evloop.now-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   Returns time of the event loop in (fractional) seconds.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-evloop.now-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="ev.now.php" class="methodname" rel="rdfs-seeAlso">Ev::now()</a> - Returns the time when the last iteration of the default event
  loop has started</span>
   </li>
  </ul>
 </div>

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