CakeFest 2024: The Official CakePHP Conference

MongoDB\Driver\ServerDescription::getLastUpdateTime

(mongodb >=1.13.0)

MongoDB\Driver\ServerDescription::getLastUpdateTimeReturns the server's last update time in microseconds

説明

final public MongoDB\Driver\ServerDescription::getLastUpdateTime(): int

Returns the server's last update time in microseconds.

注意: The returned value is a monotonic timestamp, which starts at an arbitrary point. As such, it is only suitable to compare with other return values from MongoDB\Driver\ServerDescription::getLastUpdateTime().

パラメータ

この関数にはパラメータはありません。

戻り値

Returns the server's last update time in microseconds.

エラー / 例外

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top