| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
MysqlndUhConnection::getHostInformation(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getHostInformation — Returns a string representing the type of connection used 설명
   public string MysqlndUhConnection::getHostInformation
    ( mysqlnd_connection  
  $connection
   )Returns a string representing the type of connection used. 인수
 반환값Connection description. 예제
 Example #1 MysqlndUhConnection::getHostInformation() example 
<?php위 예제의 출력: proxy::getHostInformation(array ( 0 => NULL, )) proxy::getHostInformation returns 'Localhost via UNIX socket' string(25) "Localhost via UNIX socket" 참고
 
  |