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