update : 2015.11.03
php.shukuma.com검색:
|
ibase_field_info(PHP 5) ibase_field_info — Get information about a field 설명
array ibase_field_info
( resource
$result
, int $field_number
)Returns an array with information about a field after a select query has been run. 인수
반환값Returns an array with the following keys: name, alias, relation, length and type. 예제
Example #1 ibase_field_info() example
<?php |