编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « odbc_field_precision
  • odbc_field_type »
  • PHP Manual
  • ODBC 函数
  • Get the scale of a field

odbc_field_scale

(PHP 4, PHP 5, PHP 7)

odbc_field_scale — Get the scale of a field

说明

odbc_field_scale ( resource $result_id , int $field_number ) : int

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

参数

result_id

The result identifier.

field_number

The field number. Field numbering starts at 1.

返回值

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

相关文章
php cubrid mysql 兼容性函数 get the maximum length of the specified fieldphp frontbase 函数 get the name of the specified field in a resultphp frontbase 函数 set result pointer to a specified field offsetphp fdf 函数 get the value of a fieldphp fdf 函数 sets a submit form action of a fieldphp ingres 函数 get the scale of a fieldphp msql 函数 get field flagsphp msql 函数 get field lengthphp odbc 函数 returns information about a current connectionphp odbc 函数 别名 odbc execphp odbc 函数 get the length precision of a fieldphp odbc 函数 别名 odbc field lenphp odbc 函数 get the scale of a fieldphp odbc 函数 datatype of a fieldphp odbc 函数 retrieves a list of foreign keysphp odbc 函数 free resources associated with a resultphp odbc 函数 retrieves special columnsphp odbc 函数 retrieve statistics about a tablephp paradox 函数 returns the specification of a single fieldphp sybase 函数 sets field offset
关注编程学问公众号
编程学问网 湘ICP备20001732号