parent root
PHP: odbc_cursor - Manual
PHP 7.2.23 Release Announcement

odbc_cursor

(PHP 4, PHP 5, PHP 7)

odbc_cursorGet cursorname

Description

odbc_cursor ( resource $result_id ) : string

Gets the cursorname for the given result_id.

Parameters

result_id

The result identifier.

Return Values

Returns the cursor name, as a string.

add a noteadd a note

User Contributed Notes

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