slides/mongodb/types.xml
MongoDB supports many types
7/16
Connecting to MongoDB
Inserting a document
  • • boolean
  • • integer (32 and 64-bit)
  • • double
  • • string (UTF-8)
  • • array
  • • document (associative array in PHP)
  • • ObjectIDs (\MongoDB\BSON\ObjectID)
  • • UTC date (\MongoDB\BSON\UTCDateTime)
  • • Binary data (\MongoDB\BSON\Binary)