php8.5
Home/ Manual/ driver / serverdescription/ MongoDB\Driver\ServerDescription::getLastUpdateTime

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.

Errors/Exceptions

Source: reference/mongodb/mongodb/driver/serverdescription/getlastupdatetime.xml · from the official PHP manual (php/doc-en)