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