odbc_cursor
(PHP 4, PHP 5)
odbc_cursor — カーソル名を得る
説明
string odbc_cursor
( resource $result_id
)
指定された接続 ID に関するカーソル名を返します。 Gets the cursorname for the given result_id.
パラメータ
- result_id
-
結果 ID。
返り値
カーソル名を文字列で返します。
odbc_cursor
There are no user contributed notes for this page.
