MongoDB\Driver\ServerDescription::getLastUpdateTime
PHP function
Edit on GitHub ✎
(mongodb >=1.13.0)
Returns the server's last update time in microseconds
Description
MongoDB\Driver\ServerDescription::getLastUpdateTime(): int
Returns the server's last update time in microseconds.
Note
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().
Parameters Parameters
Return Values
Returns the server's last update time in microseconds.