odbc_cursor

(PHP 4, PHP 5, PHP 7)

odbc_cursorGet cursorname

Descrierea

odbc_cursor ( resource $statement ) : string|false

Gets the cursorname for the given result_id.

Parametri

statement

The result identifier.

Valorile întoarse

Returns the cursor name, as a string, sau false în cazul eșecului.

add a note add a note

User Contributed Notes

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