(PECL mongo >=0.9.0)
Queries this collection, returning a MongoCursor for the result set
public MongoCursor MongoCollection::find ([ array $query = array() [, array $fields = array() ]] )
Parameters:
query
The fields for which to search. MongoDB's query language is quite extensive. The PHP driver will in almost all cases pass the query straight through to the server, s