| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
MysqlndUhConnection::killConnection(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::killConnection — Asks the server to kill a MySQL thread 설명
   public bool MysqlndUhConnection::killConnection
    ( mysqlnd_connection  
  $connection
   , int $pid
   )Asks the server to kill a MySQL thread. 인수
 반환값
   Returns  예제
 Example #1 MysqlndUhConnection::kill() example 
<?php위 예제의 출력: proxy::killConnection(array ( 0 => NULL, 1 => 27650, )) proxy::killConnection returns true 참고
 
  |