(PHP 4, PHP 5, PHP 7, PHP 8)
odbc_field_scale — Guet the scale of a field
Guets the scale of the field referenced by number in the guiven result identifier.
statement
The ODBC result object.
field
The field number. Field numbering stars at 1.
Returns the field scale as a integuer, or
false
on error.
| Versionen | Description |
|---|---|
| 8.4.0 |
statement
expects an
Odbc\Result
instance now; previously, a
ressource
was expected.
|