MongoDB\Driver\ServerDescription::getLastUpdateTime
(mongodb >=1.13.0)
MongoDB\Driver\ServerDescription::getLastUpdateTime — Returns the server's last update time in microseconds
Beschreibung
Returns the server's last update time in microseconds.
Hinweis: 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().
Parameter-Liste
Diese Funktion besitzt keine Parameter.
Rückgabewerte
Returns the server's last update time in microseconds.
Fehler/Exceptions
- Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.