MongoDB\BSON\Undefined::unserialize

(mongodb >=1.4.0)

MongoDB\BSON\Undefined::unserializeUnserialize a Undefined

Beschreibung

final public MongoDB\BSON\Undefined::unserialize ( string $serialized ) : void

Parameter-Liste

serialized

The serialized MongoDB\BSON\Undefined.

Rückgabewerte

Returns the unserialized MongoDB\BSON\Undefined.

Fehler/Exceptions

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

Siehe auch

add a note add a note

User Contributed Notes

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