odbc_field_len
Get the length (precision) of a field
Description
intfalse odbc_field_len(resource $statement
, int $field
)
Parameters
-
statement
-
The result identifier.
-
field
-
The field number. Field numbering starts at 1.
Return Values
Returns the field length, or false
on error.
See Also
- odbc_field_scale to get the scale of a
floating point number