MongoDB\BSON\ObjectId::serialize

(mongodb >=1.2.0)

MongoDB\BSON\ObjectId::serializeSerialize an ObjectId

Descripción

finalpublicMongoDB\BSON\ObjectId::serialize(): string

Parámetros

Esta función no tiene parámetros.

Valores devueltos

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

Errores/Excepciones

Ver también

To Top