array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'function.odbc-field-name.php', 1 => 'odbc_field_name', 2 => 'Get the columnname', ), 'up' => array ( 0 => 'ref.uodbc.php', 1 => 'ODBC 函数', ), 'prev' => array ( 0 => 'function.odbc-field-len.php', 1 => 'odbc_field_len', ), 'next' => array ( 0 => 'function.odbc-field-num.php', 1 => 'odbc_field_num', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/uodbc/functions/odbc-field-name.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

odbc_field_name

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

odbc_field_nameGet the columnname

说明

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

Gets the name of the field occupying the given column number in the given result object.

参数

statement

ODBC 结果对象.

field

The field number. Field numbering starts at 1.

返回值

Returns the field name as a string, or false on error.

更新日志

版本 说明
8.4.0 statement 现在需要 Odbc\Result 实例;之前需要 resource