PHP 8.5.0 Beta 1 available for testing

odbc_num_fields

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

odbc_num_fields結果のカラム数を返す

説明

odbc_num_fields(Odbc\Result $statement): int

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

パラメータ

statement

odbc_exec() が返す ODBC 結果オブジェクト

戻り値

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

変更履歴

バージョン 説明
8.4.0 引数 statement は、Odbc\Result クラスのインスタンスを期待するようになりました。 これより前のバージョンでは、resource を期待していました。
add a note

User Contributed Notes

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