odbc_num_fields

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

odbc_num_fields結果のカラム数を返す

説明

odbc_num_fields(resource $statement): int

ODBC 結果におけるフィールド (カラム) の数を取得します。

パラメータ

statement

odbc_exec() が返す結果 ID。

戻り値

フィールド数、あるいはエラー時に -1 を返します。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top