Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 9537

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Creates a new timestamp.</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.mongotimestamp.html">MongoTimestamp</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mongotimestamp.tostring.html">MongoTimestamp::__toString</a></div>
 <div class="up"><a href="class.mongotimestamp.html">MongoTimestamp</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="mongotimestamp.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">MongoTimestamp::__construct</h1>
  <p class="verinfo">(PECL mongo &gt;= 1.0.1)</p><p class="refpurpose"><span class="refname">MongoTimestamp::__construct</span> &mdash; <span class="dc-title">Creates a new timestamp.</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mongotimestamp.construct-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>  <span class="methodname"><strong>MongoTimestamp::__construct</strong></span>
    ([ <span class="methodparam"><span class="type">int</span> <code class="parameter">$sec</code><span class="initializer"> = time()</span></span>
   [, <span class="methodparam"><span class="type">int</span> <code class="parameter">$inc</code></span>
  ]] )</div>

  <p class="para rdfs-comment">
   Creates a new timestamp.  If no parameters are given, the current time is 
   used and the increment is automatically provided.  The increment is set to 0
   when the module is loaded and is incremented every time this constructor is 
   called (without the $inc parameter passed in).
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-mongotimestamp.construct-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term">
      <em><code class="parameter">sec</code></em>
     </span>
     <dd>

      <p class="para">
       Number of seconds since January 1st, 1970.
      </p>
     </dd>

    </dt>
     
    <dt>

     <span class="term">
      <em><code class="parameter">inc</code></em>
     </span>
     <dd>

      <p class="para">
       Increment.
      </p>
     </dd>

    </dt>
     
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-mongotimestamp.construct-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
    Returns this new timestamp.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-mongotimestamp.construct-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="methodname"><a href="mongotimestamp.tostring.html" class="methodname" rel="rdfs-seeAlso">MongoTimestamp::__toString()</a> - Returns a string representation of this timestamp</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.mongotimestamp.html">MongoTimestamp</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mongotimestamp.tostring.html">MongoTimestamp::__toString</a></div>
 <div class="up"><a href="class.mongotimestamp.html">MongoTimestamp</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>