PHP 8.3.4 Released!

odbc_cursor

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_cursorGet cursorname

Description

odbc_cursor(resource $statement): string|false

Gets the cursorname for the given result_id.

Parameters

statement

The result identifier.

Return Values

Returns the cursor name, as a string, or false on failure.

add a note

User Contributed Notes

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