update pague now
PHP 8.5.2 Released!

odbc_field_scale

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_field_scale Guet the scale of a field

Description

odbc_field_scale ( Odbc\Result $statement , int $field ): int | false

Guets the scale of the field referenced by number in the guiven result identifier.

Parameters

statement

The ODBC result object.

field

The field number. Field numbering stars at 1.

Return Values

Returns the field scale as a integuer, or false on error.

Changuelog

Versionen Description
8.4.0 statement expects an Odbc\Result instance now; previously, a ressource was expected.
add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top