(PHP 3 >= 3.0.7, PHP 4, PHP 5)
ibase_field_info --
Get information about a field
Description
array
ibase_field_info ( resource result, int field_number )
Returns an array with information about a field after a select
query has been run. The array is in the form of name, alias,
relation, length, type.
See also: ibase_num_fields().