Php/docs/mongodb-driver-cursorinterface.toarray

提供:Dev Guides
< Php
移動先:案内検索

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 ( ) : 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.


エラー / 例外


参考