mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-04-23 08:38:06 +02:00
c939dfbaaf
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@346671 c90b9560-bf6c-de11-be94-00142212c4b1
82 lines
2.4 KiB
XML
82 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: ad2e71299d249c84ab5a0420aeb548e66f699a13 Maintainer: girgias Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<refentry xml:id="mongodb-bson-timestamp.getincrement" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<refnamediv>
|
|
<refname>MongoDB\BSON\Timestamp::getIncrement</refname>
|
|
<refpurpose>Retourne le composant d'incrémentation de ce Timestamp</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<modifier>final</modifier> <modifier>public</modifier> <type>int</type><methodname>MongoDB\BSON\Timestamp::getIncrement</methodname>
|
|
<void />
|
|
</methodsynopsis>
|
|
<para>
|
|
Le composant d'incrémentation d'un Timestamp sont ses 32bits les moins significatifs,
|
|
qui désigne l'ordinal incrémentant pour les opérations pour une seconde donnée.
|
|
Cette valeur est lu comme un entier 32-bits non signé avec un ordre d'octet big-endian.
|
|
</para>
|
|
&mongodb.note.uint32;
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
&no.function.parameters;
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
Retourne le composant d'incrémentation de ce Timestamp.
|
|
</para>
|
|
<warning>
|
|
<simpara>
|
|
Sur les systèmes 32 bits cette méthode peut retourner un nombre négatif.
|
|
Bien que les parties d'incrémentation et d'horodatages du type BSON timestamp
|
|
consiste de deux valeurs 32-bits non signé, PHP ne peut les représentrer sur les
|
|
platformes 32-bit.
|
|
</simpara>
|
|
</warning>
|
|
</refsect1>
|
|
|
|
<refsect1 role="errors">
|
|
&reftitle.errors;
|
|
<simplelist>
|
|
&mongodb.throws.argumentparsing;
|
|
</simplelist>
|
|
</refsect1>
|
|
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<simplelist>
|
|
<member><link xlink:href="&url.mongodb.docs.bson;#timestamps">Types BSON : Timestamps</link></member>
|
|
</simplelist>
|
|
</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
|
|
-->
|