odbc_cursor

(PHP 4, PHP 5)

odbc_cursorGet cursorname

Опис

string odbc_cursor ( resource $result_id )

Gets the cursorname for the given result_id.

Параметри

result_id

The result identifier.

Значення, що повертаються

Returns the cursor name, as a string.

add a note add a note

User Contributed Notes

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