MongoDB\Driver\CursorInterface::toArray

(mongodb >=1.6.0)

MongoDB\Driver\CursorInterface::toArrayReturns an array containing all results for this cursor

Описание

abstract public MongoDB\Driver\CursorInterface::toArray ( void ) : array

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.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns an array containing all results for this cursor.

Ошибки

Смотрите также