MongoDB\Driver\CursorInterface::setTypeMap

Sets a type map to use for BSON unserialization

説明

abstract public void MongoDB\Driver\CursorInterface::setTypeMap(array $typemap)

Sets the type map configuration to use when unserializing the BSON results into PHP values.

パラメータ

typeMap (array)

Type map configuration.

戻り値

値を返しません。

エラー / 例外

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

参考