Home > PHP > Function > ODBC > odbc_field_scale()

odbc_field_scale()

odbc_field_scale - Get the scale of a field

Syntax

int odbc_field_scale (resource $result_id, int $field_number)

Arguments

  • result_id - The result identifier.
  • field_number - The field number. Field numbering starts at 1.

Description

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

Version

PHP 4, 5

Return value

Returns the field scale as a integer, or FALSE on error.