odbc_cursor

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

odbc_cursorGet cursorname

Описание

odbc_cursor(resource $statement): string|false

Gets the cursorname for the given result_id.

Список параметров

statement

The result identifier.

Возвращаемые значения

Returns the cursor name, as a string, или false в случае возникновения ошибки.

add a note add a note

User Contributed Notes

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