MongoDB\Driver\CursorInterface::toArrayReturns an array containing all results for this cursor 説明
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. パラメータこの関数にはパラメータはありません。 戻り値Returns an array containing all results for this cursor. エラー / 例外
参考
|