update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 MysqlndUhConnection::getServerVersion() example
<?php 위 예제의 출력: proxy::getServerVersion(array ( 0 => NULL, )) proxy::getServerVersion returns 50145 int(50145) 참고
|