mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Use note instead of warning for MongoDB\Driver\Timestamp purpose
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343957 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c29a027bb
commit
3d6695d21f
1 changed files with 4 additions and 4 deletions
|
@ -17,13 +17,13 @@
|
|||
The value consists of a 4-byte timestamp (i.e. seconds since the epoch) and
|
||||
a 4-byte increment.
|
||||
</para>
|
||||
<warning>
|
||||
<para>
|
||||
<note>
|
||||
<simpara>
|
||||
This is an internal MongoDB type used for replication and sharding. It is
|
||||
not intended for general date storage
|
||||
(<classname>MongoDB\BSON\UTCDateTime</classname> should be used instead).
|
||||
</para>
|
||||
</warning>
|
||||
</simpara>
|
||||
</note>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue