PHP 8.4.2 Released!

odbc_cursor

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

odbc_cursorGet cursorname

Description

odbc_cursor(Odbc\Result $statement): string|false

Gets the cursorname for the given result_id.

Parameters

statement

The ODBC result object.

Return Values

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

Changelog

Version Description
8.4.0 statement expects an Odbc\Result instance now; previously, a resource was expected.
add a note

User Contributed Notes

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