PHP.nl

odbc_field_len

odbc_field_len

Get the length (precision) of a field

 **odbc_field_len** Odbc\Result $statement int $field

Gets the length of the field referenced by number in the given result identifier.

statementodbc.result.object.

fieldThe field number. Field numbering starts at 1.

Returns the field length, or false on error.

odbc_field_scale