update : 2015.11.03
php.shukuma.com검색:
|
maxdb_fetch_field_directmaxdb_result::fetch_field_direct(PECL maxdb >= 1.0) maxdb_fetch_field_direct -- maxdb_result::fetch_field_direct — Fetch meta-data for a single field 설명절차식 형식 객체 기반 형식 maxdb_fetch_field_direct() returns an resource which contains field definition information from specified resultset. The value of fieldnr must be in the range from 0 to number of fields - 1. 반환값
Returns an resource which contains field definition information or
예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Name: CNO Table: max. Len: 4 Flags: -1 Type: 0 참고
|