update : 2015.11.03
php.shukuma.com검색:
|
maxdb_fetch_fieldsmaxdb_result::fetch_fields(PECL maxdb >= 1.0) maxdb_fetch_fields -- maxdb_result::fetch_fields — Returns an array of resources representing the fields in a result set 설명절차식 형식 객체 기반 형식 This function serves an identical purpose to the maxdb_fetch_field() function with the single difference that, instead of returning one resource at a time for each field, the columns are returned as an array of resources. 반환값
Returns an array of resources which contains field definition information or
예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Name: NAME Table: max. Len: 10 Flags: -1 Type: 2 Name: CNO Table: max. Len: 4 Flags: -1 Type: 0 참고
|