PHP Conference Japan 2024

MongoDB\Driver\Session::getClusterTime

(mongodb >=1.4.0)

MongoDB\Driver\Session::getClusterTime返回此会话的集群时间

描述

final public MongoDB\Driver\Session::getClusterTime(): ?object

返回此会话的集群时间。如果会话未用于任何操作并且未调用MongoDB\Driver\Session::advanceClusterTime(),则集群时间将为null

参数

此函数没有参数。

返回值

返回此会话的集群时间,如果会话没有集群时间则返回null

错误/异常

参见

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top