编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « msql_field_flags
  • msql_field_name »
  • PHP Manual
  • mSQL 函数
  • Get field length

msql_field_len

(PHP 4, PHP 5, PHP 7)

msql_field_len — Get field length

说明

msql_field_len ( resource $result , int $field_offset ) : int

msql_field_len() returns the length of the specified field.

参数

result

resource 型的结果集。此结果集来自对 msql_query() 的调用。

field_offset

数值型字段偏移量。 field_offset 从 1 开始。

返回值

Returns the length of the specified field or FALSE on error.

相关文章
php cubrid mysql 兼容性函数 get the maximum length of the specified fieldphp frontbase 函数 returns the length of the specified fieldphp ingres 函数 get the length of a fieldphp ingres 函数 get the type of a field in a query resultphp msql 函数 drop delete msql databasephp msql 函数 get field informationphp msql 函数 get field flagsphp msql 函数 get field lengthphp msql 函数 get the name of the specified field in a resultphp msql 函数 set field offsetphp msql 函数 get table name for fieldphp msql 函数 get field typephp msql 函数 alias of msql field flagsphp msql 函数 alias of msql field lenphp msql 函数 alias of msql field namephp msql 函数 alias of msql field tablephp msql 函数 alias of msql field typephp mssql 函数 get the length of a fieldphp odbc 函数 get the length precision of a fieldphp pdf 函数 fill the author document info field deprecated
关注编程学问公众号
编程学问网 湘ICP备20001732号