PHP » GoLang |
login |
register |
about
|
GoLang MysqlndUhConnection::getServerInformation
request it (330)
GoLang replacement for PHP's MysqlndUhConnection::getServerInformation
[edit | history]
PHP MysqlndUhConnection::getServerInformationPHP original manual for MysqlndUhConnection::getServerInformation [ show | php.net ]MysqlndUhConnection::getServerInformation(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getServerInformation — Returns the version of the MySQL server Description
public string MysqlndUhConnection::getServerInformation
( mysqlnd_connection
$connection
)Returns the version of the MySQL server. Parameters
Return ValuesThe server version. Examples
Example #1 MysqlndUhConnection::getServerInformation() example
<?php The above example will output: proxy::getServerInformation(array ( 0 => NULL, )) proxy::getServerInformation returns '5.1.45-debug-log' string(16) "5.1.45-debug-log" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|