Mongo
- Introduction
- Installing/Configuring
- Predefined Constants
- Examples
- MongoCode — The MongoCode class
- MongoCode::__construct — Creates a new code object
- MongoCode::__toString — Returns this code as a string
- MongoId — The MongoId class
- MongoId::__construct — Creates a new id
- MongoId::__toString — Returns a hexidecimal representation of this id
- MongoDate — The MongoDate class
- MongoDate::__construct — Creates a new date.
- MongoDate::__toString — Returns a string representation of this date
- MongoRegex — The MongoRegex class
- MongoRegex::__construct — Creates a new regular expression
- MongoRegex::__toString — A string representation of this regular expression
- MongoBinData — The MongoBinData class
- MongoBinData::__construct — Creates a new binary data object.
- MongoBinData::__toString — The string representation of this binary data object.
- Mongo Functions
- mongo_close — Closes a connection to the database
- mongo_connect — Connects to a database
- mongo_find_one — Queries the database for a single record
- mongo_gridchunk_data — Returns the contents of a chunk
- mongo_gridchunk_get — Return a chunk of a given file
- mongo_gridchunk_size — The size of a given chunk
- mongo_gridfile_chunk_num — Returns the number of chunks a file is composed of
- mongo_gridfile_chunk_size — Finds the size of chunks used by a grid file
- mongo_gridfile_exists — Checks if a gridfile exists
- mongo_gridfile_filename — Returns the name of a grid file
- mongo_gridfile_size — Returns the size of a grid file
- mongo_gridfile_write — Write a file from the database to the local filesystem
- mongo_gridfs_find — Find a file in the database
- mongo_gridfs_init — Creates a new gridfs connection
- mongo_gridfs_list — Query for files in the grid collection
- mongo_gridfs_store — Store a file in the database
- mongo_has_next — Checks if a cursor has any more documents to return
- mongo_insert — Inserts an array into a database collection
- mongo_next — Fetches the next document returned by a query
- mongo_query — Performs a basic database query
- mongo_remove — Removes documents from a database collection
- mongo_update — Updates objects in a database collection

