|
MongoDB\Driver\Server::getLatencyReturns the latency of this server Beschreibung
final public string MongoDB\Driver\Server::getLatency
( void
)
Returns the latency of this server (i.e. the client's measured » round trip time of an ismaster command). Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteReturns the latency of this server. Fehler/Exceptions
BeispieleBeispiel #1 MongoDB\Driver\Server::getLatency example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(592) Siehe auch
|