MongoDB\Driver\CursorInterface::setTypeMap

(mongodb >=1.6.0)

MongoDB\Driver\CursorInterface::setTypeMapSets a type map to use for BSON unserialization

Açıklama

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

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

Değiştirgeler

typeMap (array)

Type map configuration.

Dönen Değerler

Hiçbir değer dönmez.

Hatalar/İstisnalar

Ayrıca Bakınız