The MongoDB\BSON\ObjectIdInterface interface

(mongodb >=1.3.0)

简介

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

类摘要

MongoDB\BSON\ObjectIdInterface {
/* 方法 */
abstract public getTimestamp ( ) : int
abstract public __toString ( ) : string
}

Table of Contents

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有