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