odbc_cursor
PHP 4, PHP 5, PHP 7, PHP 8
odbc_cursor - Get cursorname
Manual
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.