CakeFest 2024: The Official CakePHP Conference

MongoDB\BSON\ObjectId::serialize

(mongodb >=1.2.0)

MongoDB\BSON\ObjectId::serializeSerialize an ObjectId

Description

final public MongoDB\BSON\ObjectId::serialize(): string

Parameters

This function has no parameters.

Return Values

Returns the serialized representation of the MongoDB\BSON\ObjectId.

Errors/Exceptions

See Also

add a note

User Contributed Notes

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