|
The MongoDB\BSON\ObjectIdInterface interfaceはじめにThis interface is implemented by MongoDB\BSON\ObjectId to be used as a parameter, return, or property type in userland classes. クラス概要MongoDB\BSON\ObjectIdInterface
class MongoDB\BSON\ObjectIdInterface
{
/* メソッド */
abstract public int getTimestamp()
abstract public string __toString()
}変更履歴
|