maxdb_warning_count
Introduction
Vendor Specific Database Extensions
PHP Manual
Mongo
Introduction
Installing/Configuring
Requirements
Installation
Runtime Configuration
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_gridfile_write
— Write a file from the database to the local filesystem
mongo_gridfs_init
— Creates a new gridfs connection
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
maxdb_warning_count
Introduction
Vendor Specific Database Extensions
PHP Manual