文字

BSON type classes and serialization functions

  • 函数
    • MongoDB\BSON\fromJSON — Returns the BSON representation of a JSON value
    • MongoDB\BSON\fromPHP — Returns the BSON representation of a PHP value
    • MongoDB\BSON\toJSON — Returns the JSON representation of a BSON value
    • MongoDB\BSON\toPHP — Returns the PHP representation of a BSON value
  • MongoDB\BSON\Binary — The MongoDB\BSON\Binary class
    • MongoDB\BSON\Binary::__construct — Description
    • MongoDB\BSON\Binary::getSubType — Description
  • MongoDB\BSON\Javascript — The MongoDB\BSON\Javascript class
    • MongoDB\BSON\Javascript::__construct — Description
  • MongoDB\BSON\MaxKey — The MongoDB\BSON\MaxKey class
  • MongoDB\BSON\MinKey — The MongoDB\BSON\MinKey class
  • MongoDB\BSON\ObjectID — The MongoDB\BSON\ObjectID class
    • MongoDB\BSON\ObjectID::__construct — Description
    • MongoDB\BSON\ObjectID::__toString — Description
  • MongoDB\BSON\Regex — The MongoDB\BSON\Regex class
    • MongoDB\BSON\Regex::__construct — Description
    • MongoDB\BSON\Regex::getFlags — Description
    • MongoDB\BSON\Regex::getPattern — Description
    • MongoDB\BSON\Regex::__toString — Description
  • MongoDB\BSON\Timestamp — The MongoDB\BSON\Timestamp class
    • MongoDB\BSON\Timestamp::__construct — Description
    • MongoDB\BSON\Timestamp::__toString — Description
  • MongoDB\BSON\UTCDatetime — The MongoDB\BSON\UTCDatetime class
    • MongoDB\BSON\UTCDatetime::__construct — Description
    • MongoDB\BSON\UTCDatetime::toDateTime — Description
    • MongoDB\BSON\UTCDatetime::__toString — Description
  • MongoDB\BSON\Type — The MongoDB\BSON\Type interface
  • MongoDB\BSON\Persistable — The MongoDB\BSON\Persistable interface
  • MongoDB\BSON\Serializable — The MongoDB\BSON\Serializable interface
    • MongoDB\BSON\Serializable::bsonSerialize — Provides an array or document to serialize as BSON
  • MongoDB\BSON\Unserializable — The MongoDB\BSON\Unserializable interface
    • MongoDB\BSON\Unserializable::bsonUnserialize — Constructs the object from a BSON array or document
上一篇: 下一篇: