编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 ingres 函数 get the length of a fieldphp ingres 函数 get the name of a field in a query resultphp ingres 函数 get the scale of a fieldphp maxdb 函数 set result pointer to a specified field offsetphp maxdb 函数 get current field offset of a result pointerphp msql 函数 get field typephp msql 函数 alias of msql field flagsphp msql 函数 alias of msql field lenphp mssql 函数 get the length of a fieldphp mssql 函数 get the name of a fieldphp odbc 函数 execute a prepared statementphp odbc 函数 fetch a result row as an associative arrayphp 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 函数 number of columns in a resultphp odbc 函数 number of rows in a resultphp sqlite 函数 returns the name of a particular fieldphp trader 函数 rate of change ratio 100 scale price/prevprice *100
关注编程学问公众号
编程学问网 湘ICP备20001732号