| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MongoDB\Driver\Server::getLatency(mongodb >=1.0.0) MongoDB\Driver\Server::getLatency — Returns the latency of this server 説明
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). パラメータこの関数にはパラメータはありません。 返り値Returns the latency of this server. エラー / 例外
例例1 MongoDB\Driver\Server::getLatency() example
<?php 上の例の出力は、 たとえば以下のようになります。 int(592) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MongoDB\Driver\Server::getLatency - Returns the latency of this server」をGoogle検索
|