2009-11-18 17:25:12 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-11-19 14:54:51 +00:00
|
|
|
<!-- $Revision$ -->
|
2009-11-18 17:25:12 +00:00
|
|
|
|
|
|
|
<refentry xml:id="mongotimestamp.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>MongoTimestamp::__construct</refname>
|
2018-01-25 15:34:22 +00:00
|
|
|
<refpurpose>Creates a new timestamp</refpurpose>
|
2009-11-18 17:25:12 +00:00
|
|
|
</refnamediv>
|
|
|
|
|
2016-02-22 12:36:13 +00:00
|
|
|
<refsynopsisdiv role="soft-deprecation-notice">
|
|
|
|
<sidebar>
|
|
|
|
&mongo.alternative.method.note;
|
|
|
|
<simplelist role="alternatives">
|
|
|
|
<member><methodname>MongoDB\BSON\Timestamp::__construct</methodname></member>
|
|
|
|
</simplelist>
|
|
|
|
</sidebar>
|
|
|
|
</refsynopsisdiv>
|
|
|
|
|
2009-11-18 17:25:12 +00:00
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
|
|
|
<methodsynopsis>
|
2012-01-08 05:33:58 +00:00
|
|
|
<modifier>public</modifier> <methodname>MongoTimestamp::__construct</methodname>
|
2011-07-14 12:01:22 +00:00
|
|
|
<methodparam choice="opt"><type>int</type><parameter>sec</parameter><initializer>time()</initializer></methodparam>
|
2011-02-10 22:48:53 +00:00
|
|
|
<methodparam choice="opt"><type>int</type><parameter>inc</parameter></methodparam>
|
2009-11-18 17:25:12 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
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).
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<parameter>sec</parameter>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2015-01-13 20:25:00 +00:00
|
|
|
Number of seconds since the epoch (i.e. 1 Jan 1970 00:00:00.000 UTC).
|
2009-11-18 17:25:12 +00:00
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
|
|
|
<parameter>inc</parameter>
|
|
|
|
</term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Increment.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
|
|
|
Returns this new timestamp.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member><methodname>MongoTimestamp::__toString</methodname></member>
|
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|