A record in MongoDB is a document, which is a data structure composed of field and value pairs. MongoDB documents are similar to JSON objects. The values of fields may include other documents, arrays, ...
This Get-Started project uses MongoDB PHP driver version 1.9.1 by default. Although you can change the driver version, the provided code example was only tested against the default version of MongoDB ...