MongoDB\BSON\MinKey::unserialize
MongoDB\BSON\ObjectID::__construct
MongoDB\BSON
PHP Manual
La classe MongoDB\BSON\ObjectID
(mongodb >=1.0.0)
Introduction
Synopsis de la classe
MongoDB\BSON\ObjectID
implements
MongoDB\BSON\Type
{
/* Méthodes */
final
public
__construct
([
string
$id
] )
final
public
integer
MongoDB\BSON\ObjectId::getTimestamp
(
void
)
final
public
mixed
MongoDB\BSON\ObjectId::jsonSerialize
(
void
)
final
public
string
MongoDB\BSON\ObjectId::serialize
(
void
)
final
public
string
__toString
(
void
)
final
public
void
MongoDB\BSON\ObjectId::unserialize
(
string
$serialized
)
}
Sommaire
MongoDB\BSON\ObjectID::__construct
— Construit un nouvel ObjectID
MongoDB\BSON\ObjectId::getTimestamp
— Returns the timestamp component of this ObjectId
MongoDB\BSON\ObjectId::jsonSerialize
— Returns a representation that can be converted to JSON
MongoDB\BSON\ObjectId::serialize
— Serialize an ObjectId
MongoDB\BSON\ObjectID::__toString
— Retourne la représentation hexadécimale de cet ObjectID
MongoDB\BSON\ObjectId::unserialize
— Unserialize an ObjectId
MongoDB\BSON\MinKey::unserialize
MongoDB\BSON\ObjectID::__construct
MongoDB\BSON
PHP Manual