MongoDB types and PHP
28/105
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