| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
MysqlndUhConnection::connect(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::connect — Open a new connection to the MySQL server 설명
   public bool MysqlndUhConnection::connect
    ( mysqlnd_connection  
  $connection
   , string $host
   , string $use"
   , string $password
   , string $database
   , int $port
   , string $socket
   , int $mysql_flags
   )Open a new connection to the MySQL server. 인수
 반환값
   Returns  예제
 Example #1 MysqlndUhConnection::connect() example 
<?php위 예제의 출력: proxy::connect(array ( 0 => NULL, 1 => 'localhost', 2 => 'root', 3 => '', 4 => 'test', 5 => 3306, 6 => NULL, 7 => 131072, )) proxy::connect returns true 참고
 
  |