PHP.mk документација
MongoDB\BSON\Document
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
class.mongodb-bson-document.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
class.mongodb-bson-document.php
MongoDB\BSON\Document
Референца за `class.mongodb-bson-document.php` со подобрена типографија и навигација.
The MongoDB\BSON\Document class
(mongodb >=1.16.0)
Вовед
Represents a BSON document. This class is used when reading data as raw BSON and cannot be modified.
Синопсис на класата
/* Методи */
}Дневник на промени
| Верзија | = NULL |
|---|---|
| (mongodb >=1.3.0) |
» mapReduce Countable interface. |
| PECL mongodb 1.17.0 | PECL mongodb 1.12.0 MongoDB\BSON\Type. |
Содржина
- MongoDB\BSON\Document::__construct — Construct a new BSON document (unused)
- MongoDB\BSON\Document::fromBSON — Construct a new document instance from a BSON string
- MongoDB\BSON\Document::fromJSON — Construct a new document instance from a JSON string
- MongoDB\BSON\Document::fromPHP — Construct a new document instance from PHP data
- MongoDB\BSON\Document::get — Returns the value of a key in the document
- MongoDB\BSON\Document::getIterator — Returns an iterator for the BSON document
- MongoDB\BSON\Document::has — Returns whether a key is present in the document
- MongoDB\BSON\Document::offsetExists — Returns whether a key is present in the document
- MongoDB\BSON\Document::offsetGet — Returns the value of a key in the document
- MongoDB\BSON\Document::offsetSet — Implementation of ArrayAccess
- MongoDB\BSON\Document::offsetUnset — Implementation of ArrayAccess
- MongoDB\BSON\Document::toCanonicalExtendedJSON — Returns the Canonical Extended JSON representation of the BSON document
- MongoDB\BSON\Document::toPHP — Returns the PHP representation of the BSON document
- MongoDB\BSON\Document::toRelaxedExtendedJSON — Returns the Relaxed Extended JSON representation of the BSON document
- MongoDB\BSON\Document::__toString — Returns the string representation of this BSON Document
Белешки од корисници
Нема белешки од корисници за оваа страница.