MongoDB\BSON\MinKey::unserialize
MongoDB\BSON\ObjectID::__construct
MongoDB\BSON
PHP Manual
The MongoDB\BSON\ObjectID class
(mongodb >=1.0.0)
Giriş
Sınıf Sözdizimi
MongoDB\BSON\ObjectID
implements
MongoDB\BSON\Type
,
Serializable
,
JsonSerializable
{
/* Yöntemler */
final
public
__construct
([
string
$id
] )
final
public
integer
getTimestamp
(
void
)
final
public
mixed
jsonSerialize
(
void
)
final
public
string
serialize
(
void
)
final
public
string
__toString
(
void
)
final
public
void
unserialize
(
string
$serialized
)
}
Sürüm Bilgisi
Sürüm:
Açıklama
1.2.0
Implements
Serializable
and
JsonSerializable
.
İçindekiler
MongoDB\BSON\ObjectID::__construct
— Construct a new 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
— Returns the hexidecimal representation of this ObjectID
MongoDB\BSON\ObjectID::unserialize
— Unserialize an ObjectID
MongoDB\BSON\MinKey::unserialize
MongoDB\BSON\ObjectID::__construct
MongoDB\BSON
PHP Manual