I think the first comment so far on this page http://www.php.net/manual/en/mongo.queries.php will be of interest to you, but I don’t know, it will be the first when you look at it, so here's the deal.
, , $cursor->valid().
, , , , - .
...
$cursor = $mongo_coll->find();
$cursor->rewind();
if ($cursor->valid()) {
$documents = iterator_to_array($cursor);
}
catch catch , catch try , , .