Longhorn PHP 2025 - Speakers and Schedule Announced!

odbc_cursor

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

odbc_cursorカーソル名を得る

説明

odbc_cursor(Odbc\Result $statement): string|false

指定された接続 ID に関するカーソル名を返します。 Gets the cursorname for the given result_id.

パラメータ

statement

ODBC 結果オブジェクト

戻り値

カーソル名を文字列で返します。 失敗した場合に false を返します

変更履歴

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

User Contributed Notes

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