| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
MysqlndUhConnection::getServerStatistics(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getServerStatistics — Gets the current system status 説明
public string MysqlndUhConnection::getServerStatistics
( mysqlnd_connection
$connection
)Gets the current system status. パラメータ
返り値The system status message. 例
例1 MysqlndUhConnection::getServerStatistics() example
<?php 上の例の出力は以下となります。 proxy::getServerStatistics(array ( 0 => NULL, )) proxy::getServerStatistics returns 'Uptime: 2059995 Threads: 1 Questions: 126157 Slow queries: 0 Opens: 6377 Flush tables: 1 Open tables: 18 Queries per second avg: 0.61' string(140) "Uptime: 2059995 Threads: 1 Questions: 126157 Slow queries: 0 Opens: 6377 Flush tables: 1 Open tables: 18 Queries per second avg: 0.61" 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「MysqlndUhConnection::getServerStatistics - Gets the current system status」をGoogle検索
|