PHP Conference Nagoya 2025

odbc_cursor

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

odbc_cursorGet cursorname

Опис

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

Gets the cursorname for the given result_id.

Параметри

statement

The ODBC result object.

Значення, що повертаються

Returns the cursor name, as a string, або false в разі помилки.

Журнал змін

Версія Опис
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