The MongoDB\BSON\TimestampInterface interface

(mongodb >=1.3.0)

はじめに

This interface is implemented by MongoDB\BSON\Timestamp to be used as a parameter, return, or property type in userland classes.

クラス概要

class MongoDB\BSON\TimestampInterface {
/* メソッド */
abstract public getIncrement(): int
abstract public getTimestamp(): int
abstract public __toString(): string
}

目次

関連キーワード:  BSON, TimestampInterface, toString, getIncrement, Returns, public, component, string, getTimestamp, int