|
The MongoDB\BSON\TimestampInterface interfaceIntroductionThis interface is implemented by MongoDB\BSON\Timestamp to be used as a parameter, return, or property type in userland classes. Class synopsisMongoDB\BSON\TimestampInterface
class MongoDB\BSON\TimestampInterface
{
/* Methods */
abstract public int getIncrement()
abstract public int getTimestamp()
abstract public string __toString()
}Changelog
|