Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Fonctions »
« MongoDB\Driver\WriteResult::isAcknowledged
Manuel PHP
Référence des fonctions
Extensions sur les bases de données
Extensions spécifiques des fabricants de bases de données
MongoDB
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
Classes de types BSON et fonctions de sérialisation
Fonctions
MongoDB\BSON\fromJSON
— Retourne la représentation BSON d'une valeur JSON
MongoDB\BSON\fromPHP
— Retourne la représentation BSON d'une valeur PHP
MongoDB\BSON\toCanonicalExtendedJSON
— Returns the Canonical Extended JSON representation of a BSON value
MongoDB\BSON\toJSON
— Retourne la représentation JSON étendue héritée d'une valeur BSON
MongoDB\BSON\toPHP
— Returns the PHP representation of a BSON value
MongoDB\BSON\toRelaxedExtendedJSON
— Returns the Relaxed Extended JSON representation of a BSON value
MongoDB\BSON\Document
— The MongoDB\BSON\Document class
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::serialize
— Serialize a Document
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
MongoDB\BSON\Document::unserialize
— Unserialize a BSON document
MongoDB\BSON\PackedArray
— The MongoDB\BSON\PackedArray class
MongoDB\BSON\PackedArray::__construct
— Construct a new BSON array (unused)
MongoDB\BSON\PackedArray::fromPHP
— Construct a new BSON array instance from PHP data
MongoDB\BSON\PackedArray::get
— Returns the value of an index in the array
MongoDB\BSON\PackedArray::getIterator
— Returns an iterator for the BSON array
MongoDB\BSON\PackedArray::has
— Returns whether a index is present in the array
MongoDB\BSON\PackedArray::serialize
— Serialize a BSON array
MongoDB\BSON\PackedArray::toPHP
— Returns the PHP representation of the BSON array
MongoDB\BSON\PackedArray::__toString
— Returns the string representation of this BSON array
MongoDB\BSON\PackedArray::unserialize
— Unserialize a BSON array
MongoDB\BSON\Iterator
— The MongoDB\BSON\Iterator class
MongoDB\BSON\Iterator::__construct
— Construct a new BSON iterator (unused)
MongoDB\BSON\Iterator::current
— Returns the current element
MongoDB\BSON\Iterator::key
— Returns the key of the current element
MongoDB\BSON\Iterator::next
— Advances the iterator to next element
MongoDB\BSON\Iterator::rewind
— Rewinds the Iterator to the first element
MongoDB\BSON\Iterator::valid
— Checks if current position is valid
MongoDB\BSON\Binary
— La classe MongoDB\BSON\Binary
MongoDB\BSON\Binary::__construct
— Construit un nouveau binaire
MongoDB\BSON\Binary::getData
— Retourne les données de Binary
MongoDB\BSON\Binary::getType
— Retourne le type de Binary
MongoDB\BSON\Binary::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\Binary::serialize
— Sérialise un Binary
MongoDB\BSON\Binary::__toString
— Retourne les données de Binary
MongoDB\BSON\Binary::unserialize
— Désérialise un Binary
MongoDB\BSON\Decimal128
— The MongoDB\BSON\Decimal128 class
MongoDB\BSON\Decimal128::__construct
— Construit un nouveau Decimal128
MongoDB\BSON\Decimal128::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\Decimal128::serialize
— Sérialise un Decimal128
MongoDB\BSON\Decimal128::__toString
— Retourne la représentation sous forme de chaîne de caractère de Decimal128
MongoDB\BSON\Decimal128::unserialize
— Désérialisé un Decimal128
MongoDB\BSON\Javascript
— La classe MongoDB\BSON\Javascript
MongoDB\BSON\Javascript::__construct
— Construit un nouvel objet Javascript
MongoDB\BSON\Javascript::getCode
— Retourne le code Javascript
MongoDB\BSON\Javascript::getScope
— Retourne le document de portée de Javascript
MongoDB\BSON\Javascript::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\Javascript::serialize
— Sérialise un Javascript
MongoDB\BSON\Javascript::__toString
— Retourne le code Javascript
MongoDB\BSON\Javascript::unserialize
— Désérialisé un Javascript
MongoDB\BSON\MaxKey
— La classe MongoDB\BSON\MaxKey
MongoDB\BSON\MaxKey::__construct
— Construit un nouveau MaxKey
MongoDB\BSON\MaxKey::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\MaxKey::serialize
— Sérialise un MaxKey
MongoDB\BSON\MaxKey::unserialize
— Désérialisé un MaxKey
MongoDB\BSON\MinKey
— La classe MongoDB\BSON\MinKey
MongoDB\BSON\MinKey::__construct
— Construit un nouveau MinKey
MongoDB\BSON\MinKey::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\MinKey::serialize
— Sérialise un MinKey
MongoDB\BSON\MinKey::unserialize
— Désérialisé un MinKey
MongoDB\BSON\ObjectId
— The MongoDB\BSON\ObjectId class
MongoDB\BSON\ObjectId::__construct
— Construit un nouvel ObjectId
MongoDB\BSON\ObjectId::getTimestamp
— Retourne le composant d'horodatage de ObjectId
MongoDB\BSON\ObjectId::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\ObjectId::serialize
— Sérialise un ObjectId
MongoDB\BSON\ObjectId::__toString
— Retourne la représentation hexadécimale de cet ObjectId
MongoDB\BSON\ObjectId::unserialize
— Désérialisé un ObjectId
MongoDB\BSON\Regex
— La classe MongoDB\BSON\Regex
MongoDB\BSON\Regex::__construct
— Construit une nouvelle REGEX
MongoDB\BSON\Regex::getFlags
— Retourne les drapeux de la REGEX
MongoDB\BSON\Regex::getPattern
— Retourne le masque du REGEX
MongoDB\BSON\Regex::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\Regex::serialize
— Sérialise un Regex
MongoDB\BSON\Regex::__toString
— Retourne la chaîne représentant cette REGEX
MongoDB\BSON\Regex::unserialize
— Désérialisé un Regex
MongoDB\BSON\Timestamp
— La classe MongoDB\BSON\Timestamp
MongoDB\BSON\Timestamp::__construct
— Contruit un nouveau Timestamp
MongoDB\BSON\Timestamp::getIncrement
— Retourne le composant d'incrémentation de ce Timestamp
MongoDB\BSON\Timestamp::getTimestamp
— Retourne le composant d'horodatage de Timestamp
MongoDB\BSON\Timestamp::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\Timestamp::serialize
— Sérialise un Timestamp
MongoDB\BSON\Timestamp::__toString
— Retourne la représentation sous forme de chaîne de cet horodatage
MongoDB\BSON\Timestamp::unserialize
— Désérialisé un Timestamp
MongoDB\BSON\UTCDatetime
— La classe MongoDB\BSON\UTCDatetime
MongoDB\BSON\UTCDateTime::__construct
— Construit un nouveau UTCDateTime
MongoDB\BSON\UTCDateTime::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\UTCDateTime::serialize
— Sérialise un UTCDateTime
MongoDB\BSON\UTCDateTime::toDateTime
— Retourne la représentation DateTime de ce UTCDateTime
MongoDB\BSON\UTCDateTime::__toString
— Retourne la représentation sous forme de chaîne de ce UTCDateTime
MongoDB\BSON\UTCDateTime::unserialize
— Désérialisé un UTCDateTime
MongoDB\BSON\Type
— L'interface MongoDB\BSON\Type
MongoDB\BSON\Persistable
— La classe MongoDB\BSON\Persistable
MongoDB\BSON\Persistable::bsonSerialize
— Provides an array or document to serialize as BSON
MongoDB\BSON\Serializable
— La classe MongoDB\BSON\Serializable
MongoDB\BSON\Serializable::bsonSerialize
— Fournit un tableau ou un document à sérialiser en tant que BSON
MongoDB\BSON\Unserializable
— L'interface MongoDB\BSON\Unserializable
MongoDB\BSON\Unserializable::bsonUnserialize
— Construit l'objet à partir d'un tableau ou d'un document BSON
MongoDB\BSON\BinaryInterface
— The MongoDB\BSON\BinaryInterface interface
MongoDB\BSON\BinaryInterface::getData
— Retourne les données de BinaryInterface
MongoDB\BSON\BinaryInterface::getType
— Retourne le type de BinaryInterface
MongoDB\BSON\BinaryInterface::__toString
— Retourne les données de BinaryInterface
MongoDB\BSON\Decimal128Interface
— The MongoDB\BSON\Decimal128Interface interface
MongoDB\BSON\Decimal128Interface::__toString
— Retourne une représentation sous chaîne de caractères de Decimal128Interface
MongoDB\BSON\JavascriptInterface
— The MongoDB\BSON\JavascriptInterface interface
MongoDB\BSON\JavascriptInterface::getCode
— Retourne le code de JavascriptInterface
MongoDB\BSON\JavascriptInterface::getScope
— Retourne le document de portée de JavascriptInterface
MongoDB\BSON\JavascriptInterface::__toString
— Retourne le code de JavascriptInterface
MongoDB\BSON\MaxKeyInterface
— The MongoDB\BSON\MaxKeyInterface interface
MongoDB\BSON\MinKeyInterface
— The MongoDB\BSON\MinKeyInterface interface
MongoDB\BSON\ObjectIdInterface
— The MongoDB\BSON\ObjectIdInterface interface
MongoDB\BSON\ObjectIdInterface::getTimestamp
— Retourne le composant d'horodatage de ObjectIdInterface
MongoDB\BSON\ObjectIdInterface::__toString
— Retourne la représentation hexadécimale de ObjectIdInterface
MongoDB\BSON\RegexInterface
— The MongoDB\BSON\RegexInterface interface
MongoDB\BSON\RegexInterface::getFlags
— Retourne les drapeaux de RegexInterface
MongoDB\BSON\RegexInterface::getPattern
— Retourne le masque de RegexInterface
MongoDB\BSON\RegexInterface::__toString
— Retourne la représentation sous forme de chaîne de caractère de cette RegexInterface
MongoDB\BSON\TimestampInterface
— The MongoDB\BSON\TimestampInterface interface
MongoDB\BSON\TimestampInterface::getIncrement
— Retourne le composant d'incrémentation de ce TimestampInterface
MongoDB\BSON\TimestampInterface::getTimestamp
— Retourne le composant d'horodatage de TimestampInterface
MongoDB\BSON\TimestampInterface::__toString
— Retourne la représentation sous forme de chaîne de caractère de TimestampInterface
MongoDB\BSON\UTCDateTimeInterface
— The MongoDB\BSON\UTCDateTimeInterface interface
MongoDB\BSON\UTCDateTimeInterface::toDateTime
— Retourne la représentation DateTime de UTCDateTimeInterface
MongoDB\BSON\UTCDateTimeInterface::__toString
— Retourne la représentation sous forme de chaîne de caractère de UTCDateTimeInterface
MongoDB\BSON\DBPointer
— The MongoDB\BSON\DBPointer class (deprecated)
MongoDB\BSON\DBPointer::__construct
— Construit un nouveau DBPointer (inutilisé)
MongoDB\BSON\DBPointer::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\DBPointer::serialize
— Sérialise un DBPointer
MongoDB\BSON\DBPointer::__toString
— Retourne une chaîne vide
MongoDB\BSON\DBPointer::unserialize
— Désérialisé un DBPointer
MongoDB\BSON\Int64
— The MongoDB\BSON\Int64 class
MongoDB\BSON\Int64::__construct
— Construit un nouveau Int64
MongoDB\BSON\Int64::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\Int64::serialize
— Sérialise un Int64
MongoDB\BSON\Int64::__toString
— Retourne la représentation sous forme de chaîne de caractère de Int64
MongoDB\BSON\Int64::unserialize
— Désérialisé un Int64
MongoDB\BSON\Symbol
— The MongoDB\BSON\Symbol class (deprecated)
MongoDB\BSON\Symbol::__construct
— Construit un nouveau Symbol (inutilisé)
MongoDB\BSON\Symbol::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\Symbol::serialize
— Sérialise un Symbol
MongoDB\BSON\Symbol::__toString
— Retourne la représentation sous forme de chaîne de caractère de Symbol
MongoDB\BSON\Symbol::unserialize
— Désérialisé un Symbol
MongoDB\BSON\Undefined
— The MongoDB\BSON\Undefined class (deprecated)
MongoDB\BSON\Undefined::__construct
— Construit un nouveau Undefined (inutilisé)
MongoDB\BSON\Undefined::jsonSerialize
— Retourne une représentation qui peut être convertie en JSON
MongoDB\BSON\Undefined::serialize
— Sérialise un Undefined
MongoDB\BSON\Undefined::__toString
— Retourne une chaîne vide
MongoDB\BSON\Undefined::unserialize
— Désérialisé un Undefined
add a note
User Contributed Notes
There are no user contributed notes for this page.