|
MongoDB\Driver\CursorInterface::toArrayReturns an array containing all results for this cursor Description
abstract public array MongoDB\Driver\CursorInterface::toArray()
Iterates the cursor and returns its results in an array. MongoDB\Driver\CursorInterface::setTypeMap may be used to control how documents are unserialized into PHP values. ParametersThis function has no parameters. Return ValuesReturns an array containing all results for this cursor. Errors/Exceptions
See Also
|