| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
MysqlndUhConnection::nextResult(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::nextResult — Prepare next result from multi_query 설명
   public bool MysqlndUhConnection::nextResult
    ( mysqlnd_connection  
  $connection
   )Prepare next result from multi_query. 인수
 반환값
   Returns  예제
 Example #1 MysqlndUhConnection::nextResult() example 
<?php위 예제의 출력: 
array(1) {
  ["_one"]=>
  string(1) "1"
}
----------------------------------------
proxy::nextResult(array (
  0 => NULL,
))
proxy::nextResult returns true
array(1) {
  ["_two"]=>
  string(1) "2"
}
----------------------------------------
참고
 
  |