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 PageSubmit a Pull RequestReport a Bug

+add a note

User Contributed Notes

There are no user contributed notes for this page.