odbc_cursor

(PHP 4, PHP 5, PHP 7)

odbc_cursorGet cursorname

Opis

odbc_cursor ( resource $result_id ) : string

Gets the cursorname for the given result_id.

Parametry

result_id

The result identifier.

Zwracane wartości

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