MongoDB\Driver\CursorInterface::toArray
PHP Manual
PHP Manual»MongoDB\Driver\CursorInterface»MongoDB\Driver\CursorInterface::toArray

MongoDB\Driver\CursorInterface::toArray

(mongodb >=1.6.0)

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

Опис

abstract public function MongoDB\Driver\CursorInterface::toArray(): 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.

Помилки/виключення

Прогляньте також

To Top