|
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" Смотрите также
|
|