<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.eventbase.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'eventbase.gettimeofdaycached.php',
    1 => 'EventBase::getTimeOfDayCached',
    2 => 'Returns the current event base time',
  ),
  'up' => 
  array (
    0 => 'class.eventbase.php',
    1 => 'EventBase',
  ),
  'prev' => 
  array (
    0 => 'eventbase.getmethod.php',
    1 => 'EventBase::getMethod',
  ),
  'next' => 
  array (
    0 => 'eventbase.gotexit.php',
    1 => 'EventBase::gotExit',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/event/eventbase/gettimeofdaycached.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="eventbase.gettimeofdaycached" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EventBase::getTimeOfDayCached</h1>
  <p class="verinfo">(PECL event &gt;= 1.2.6-beta)</p><p class="refpurpose"><span class="refname">EventBase::getTimeOfDayCached</span> &mdash; <span class="dc-title">Returns the current event base time</span></p>

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

  <p class="para rdfs-comment">
   On success returns the current time(as returned by
   <code class="literal">gettimeofday()</code>
   ), looking at the cached value in
   <em>base</em>
   if possible, and calling
   <code class="literal">gettimeofday()</code>
   or
   <code class="literal">clock_gettime()</code>
   as appropriate if there is no cached time.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-eventbase.gettimeofdaycached-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-eventbase.gettimeofdaycached-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Returns the current
   <em>event base</em>
   time. On failure returns <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>.
  </p>
 </div>

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