slides/mongodb/types-php.xml
MongoDB types and PHP
29/177
MongoDB supports many types
No Title Text for this slide yet
  • • Unlike PHP, MongoDB does not type juggle
  • • There is a date type (\MongoDB\BSON\UTCDateTime), but it is only a Unix timestamp
  • • For root documents, nested documents and arrays you can configure the data type to encapsulate the information