| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
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. 예제
 Example #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" 참고
 
  |