final class CursorId implements Serializable (View source)

Class CursorId

Methods

string
__toString()

String representation of the cursor ID

__wakeup()

No description

static 
__set_state(array $properties)

No description

string|null
serialize()

Serialize a CursorId

void
unserialize(string $data)

Unserialize a CursorId

Details

final string __toString()

String representation of the cursor ID

Return Value

string

representation of the cursor ID.

Exceptions

InvalidArgumentException

final __wakeup()

No description

static __set_state(array $properties)

No description

Parameters

array $properties

final string|null serialize()

Since: 1.7.0

Serialize a CursorId

Return Value

string|null

The string representation of the object or null

Exceptions

InvalidArgumentException

final void unserialize(string $data)

Since: 1.7.0

Unserialize a CursorId

Parameters

string $data

The string representation of the object.

Return Value

void

Exceptions

InvalidArgumentException
UnexpectedValueException