MongoDB\Driver\CursorId::serialize

Serialize a CursorId

Description

final public string MongoDB\Driver\CursorId::serialize()

Parameters

This function has no parameters.

Return Values

Returns the serialized representation of the MongoDB\Driver\CursorId.

Errors/Exceptions

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

See Also