odbc_field_num
(PHP 4, PHP 5)
odbc_field_num — カラム番号を返す
説明
int odbc_field_num
( resource $result_id
, string $field_name
)
指定したODBC 結果 ID におけるフィールド名に対応するカラムスロットの数を取得します。
パラメータ
- result_id
-
結果 ID。
- field_name
-
フィールド名。
返り値
フィールド番号、あるいはエラー時に FALSE を返します。 フィールド番号は、1 から始まります。
odbc_field_num
There are no user contributed notes for this page.
