|
MysqlndUhConnection::getServerInformation(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getServerInformation — Returns the version of the MySQL server Описание
public string MysqlndUhConnection::getServerInformation
( mysqlnd_connection $connection
)
Returns the version of the MySQL server. Список параметров
Возвращаемые значенияThe server version. Примеры
Пример #1 MysqlndUhConnection::getServerInformation() example
<?php Результат выполнения данного примера: proxy::getServerInformation(array ( 0 => NULL, )) proxy::getServerInformation returns '5.1.45-debug-log' string(16) "5.1.45-debug-log" Смотрите также
|
|