PHP: Hypertext Preprocessor (original) (raw)
Change language:
odbc_cursor
(PHP 4, PHP 5, PHP 7, PHP 8)
odbc_cursor — Get 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](reserved.constants.php#constant.false)
on failure.
Changelog
Version | Description |
---|---|
8.4.0 | statement expects an Odbc\Result instance now; previously, a resource was expected. |
Found A Problem?
Learn How To Improve This Page •Submit a Pull Request •Report a Bug
User Contributed Notes
There are no user contributed notes for this page.