MongoDB\Driver\ServerApi::bsonSerialize

(mongodb >=1.10.0)

MongoDB\Driver\ServerApi::bsonSerializeReturns an object for BSON serialization

Beschreibung

final public MongoDB\Driver\ServerApi::bsonSerialize ( ) : object

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an object for serializing the ServerApi as BSON.

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