MongoDB\BSON\MinKey::unserialize

(mongodb >=1.2.0)

MongoDB\BSON\MinKey::unserializeUnserialize a MinKey

Beschreibung

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

Parameter-Liste

serialized

The serialized MongoDB\BSON\MinKey.

Rückgabewerte

Returns the unserialized MongoDB\BSON\MinKey.

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