| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
MysqlndUhConnection::listFields(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::listFields — List MySQL table fields 설명
   public array MysqlndUhConnection::listFields
    ( mysqlnd_connection  
  $connection
   , string $table
   , string $achtung_wild
   )List MySQL table fields. Warning 
 이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다. 인수
 반환값
 예제
 Example #1 MysqlndUhConnection::listFields() example 
<?php위 예제의 출력: proxy::listFields(array ( 0 => NULL, 1 => 'test_a', 2 => '', )) proxy::listFields returns NULL num_rows = 0 참고
 
  |