fbsql_field_len
Description
int fbsql_field_len ( resource result [, int field_offset] )Returns the length of the specified field.
Parameters
resultA result pointer returned by fbsql_list_fields().
field_offsetThe numerical offset of the field. The field index starts at 0.
