parent root
PHP: MongoDB\Driver\CursorInterface::setTypeMap - Manual

MongoDB\Driver\CursorInterface::setTypeMap

(mongodb >=1.6.0)

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

Description

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

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

Parameters

typeMap (array)

Type map configuration.

Return Values

No value is returned.

Errors/Exceptions

See Also

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root