PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::getServerStatistics
request it (328)
GoLang replacement for PHP's MysqlndUhConnection::getServerStatistics
[edit | history]
PHP MysqlndUhConnection::getServerStatisticsPHP original manual for MysqlndUhConnection::getServerStatistics [ show | php.net ]MysqlndUhConnection::getServerStatistics(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getServerStatistics — Gets the current system status Description
public string MysqlndUhConnection::getServerStatistics
( mysqlnd_connection
$connection
)Gets the current system status. Parameters
Return ValuesThe system status message. Examples
Example #1 MysqlndUhConnection::getServerStatistics() example
<?php The above example will output: 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" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|