update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #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" 참고
|