odbc_cursor
(PHP 4, PHP 5, PHP 7, PHP 8)
odbc_cursor — Get cursorname
Description
$statement
): string|falseGets 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.