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
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
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Classes et fonctions BSON de MongoDB
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
— Renvoie la représentation JSON étendue canonique d'une valeur BSON
MongoDB\BSON\toJSON
— Retourne la représentation JSON étendue héritée d'une valeur BSON
MongoDB\BSON\toPHP
— Renvoie la représentation PHP d'une valeur BSON
MongoDB\BSON\toRelaxedExtendedJSON
— Renvoie la représentation JSON étendue détendue d'une valeur BSON
MongoDB\BSON\Document
— la classe MongoDB\BSON\Document
MongoDB\BSON\Document::__construct
— Construit un nouveau document BSON (inutilisée)
MongoDB\BSON\Document::fromBSON
— Construit une nouvelle instance de document depuis une chaine de charactère BSON
MongoDB\BSON\Document::fromJSON
— Construit une nouvelle instance de document depuis une chaine de charactère JSON
MongoDB\BSON\Document::fromPHP
— Construit une nouvelle instance de document depuis des données PHP
MongoDB\BSON\Document::get
— Retourne la valeur d'une clé dans un document
MongoDB\BSON\Document::getIterator
— Renvoie un itérateur pour le document BSON
MongoDB\BSON\Document::has
— Renvoie si une clé est présente dans le document
MongoDB\BSON\Document::offsetExists
— Renvoie si une clé est présente dans le document
MongoDB\BSON\Document::offsetGet
— Retourne la valeur d'une clé dans un document
MongoDB\BSON\Document::offsetSet
— Implémentation d'ArrayAccess
MongoDB\BSON\Document::offsetUnset
— Implémentation d'ArrayAccess
MongoDB\BSON\Document::serialize
— Sérialise un document
MongoDB\BSON\Document::toCanonicalExtendedJSON
— Renvoie la représentation Canonique Etendue JSON du document BSON
MongoDB\BSON\Document::toPHP
— Renvoie la représentation PHP du document BSON
MongoDB\BSON\Document::toRelaxedExtendedJSON
— Renvoie la représentation rélaxée étendue JSON du document BSON
MongoDB\BSON\Document::__toString
— Renvoie la représentation en chaîne de caractères de ce document BSON
MongoDB\BSON\Document::unserialize
— Désérialise un document BSON
MongoDB\BSON\PackedArray
— La classe MongoDB\BSON\PackedArray
MongoDB\BSON\PackedArray::__construct
— Construit un nouveau tableau BSON (inutilisé)
MongoDB\BSON\PackedArray::fromJSON
— Construit une nouvelle instance de tableau BSON à partir d'une chaîne JSON
MongoDB\BSON\PackedArray::fromPHP
— Construit une nouvelle instance de tableau BSON depuis des données PHP
MongoDB\BSON\PackedArray::get
— Renvoie la valeur d'un index du tableau
MongoDB\BSON\PackedArray::getIterator
— Renvoie l'itérateur pour le tableau BSON
MongoDB\BSON\PackedArray::has
— Renvoie si un index est présent dans le tableau
MongoDB\BSON\PackedArray::offsetExists
— RRenvoie si un index est présent dans le tableau
MongoDB\BSON\PackedArray::offsetGet
— Renvoie la valeur d'un index du tableau
MongoDB\BSON\PackedArray::offsetSet
— Implémentation de ArrayAccess
MongoDB\BSON\PackedArray::offsetUnset
— Implémentation de ArrayAccess
MongoDB\BSON\PackedArray::serialize
— Sérialise un tableau BSON
MongoDB\BSON\PackedArray::toCanonicalExtendedJSON
— Renvoie la représentation JSON étendue canonique du tableau BSON
MongoDB\BSON\PackedArray::toPHP
— Renvoie la représentation PHP du tableau BSON
MongoDB\BSON\PackedArray::toRelaxedExtendedJSON
— Renvoie la représentation JSON étendue relaxée du tableau BSON
MongoDB\BSON\PackedArray::__toString
— Renvoie la représentation en chaîne de caractères pour ce tableau BSON
MongoDB\BSON\PackedArray::unserialize
— Désérialise un tableau BSON
MongoDB\BSON\Iterator
— La classe MongoDB\BSON\Iterator
MongoDB\BSON\Iterator::__construct
— Construit un nouvel itérateur BSON (inutilisée)
MongoDB\BSON\Iterator::current
— Renvoie l'élément actuel/courrant
MongoDB\BSON\Iterator::key
— Renvoie la clé de l'élément actuel/courrant
MongoDB\BSON\Iterator::next
— Avance l'itérateur à l'élément suivant
MongoDB\BSON\Iterator::rewind
— Rembobine l'itérateur à l'élément précédent
MongoDB\BSON\Iterator::valid
— Vérifie si la position courrante est valide
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
— La classe MongoDB\BSON\Decimal128
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::toDateTimeImmutable
— Renvoie la représentation DateTimeImmutable de cette 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
— Fournit un tableau ou un document à sérialiser en tant que 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
— L'interface MongoDB\BSON\BinaryInterface
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
— L'interface MongoDB\BSON\Decimal128Interface
MongoDB\BSON\Decimal128Interface::__toString
— Retourne une représentation sous chaîne de caractères de Decimal128Interface
MongoDB\BSON\JavascriptInterface
— L'interface MongoDB\BSON\JavascriptInterface
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
— L'interface MongoDB\BSON\MaxKeyInterface
MongoDB\BSON\MinKeyInterface
— L'interface MongoDB\BSON\MinKeyInterface
MongoDB\BSON\ObjectIdInterface
— L'interface MongoDB\BSON\ObjectIdInterface
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
— L'interface MongoDB\BSON\RegexInterface
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
— L'interface MongoDB\BSON\TimestampInterface
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
— L'interface MongoDB\BSON\UTCDateTimeInterface
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
— La classe MongoDB\BSON\DBPointer
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
— La classe MongoDB\BSON\Int64
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
— La classe MongoDB\BSON\Symbol
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
— La classe MongoDB\BSON\Undefined
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
Improve This Page
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.