[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Clarify that empty arrays serialize as BSON arrays
From:       Jeremy Mikola <noreply () php ! net>
Date:       2021-07-28 0:09:27
Message-ID: LbAYp3b71bRUlovLUipZx7MjuF8hgJv0Hjo3CK68o () main ! php ! net
[Download RAW message or body]

Author: Jeremy Mikola (jmikola)
Date: 2021-07-27T20:09:15-04:00

Commit: https://github.com/php/doc-en/commit/d011dc842117a9dbd02b95a3d0a820d3d973ebfd
Raw diff: https://github.com/php/doc-en/commit/d011dc842117a9dbd02b95a3d0a820d3d973ebfd.diff

Clarify that empty arrays serialize as BSON arrays

Changed paths:
  M  reference/mongodb/architecture.xml


Diff:

diff --git a/reference/mongodb/architecture.xml b/reference/mongodb/architecture.xml
index f7d42c7cc7..6034cd8a2a 100644
--- a/reference/mongodb/architecture.xml
+++ b/reference/mongodb/architecture.xml
@@ -267,8 +267,9 @@ foreach ($managers as $manager) {
     <title>Arrays</title>
 
     <para>
-     If an array is a <emphasis>packed array</emphasis> — i.e. the keys start
-     at 0 and are sequential without gaps: <emphasis>BSON array</emphasis>.
+     If an array is a <emphasis>packed array</emphasis> — i.e. empty array or
+     the keys start at 0 and are sequential without gaps: <emphasis>BSON
+     array</emphasis>.
     </para>
 
     <para>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic