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