Php/docs/function.odbc-cursor

提供:Dev Guides
< Php
移動先:案内検索

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。


返り値

カーソル名を文字列で返します。