GoLang odbc_cursor

request it (213)
GoLang replacement for PHP's odbc_cursor [edit | history]



Do you know a GoLang replacement for PHP's odbc_cursor? Write it!

PHP odbc_cursor

PHP original manual for odbc_cursor [ show | php.net ]

odbc_cursor

(PHP 4, PHP 5, PHP 7)

odbc_cursorGet cursorname

Description

string odbc_cursor ( resource $result_id )

Gets the cursorname for the given result_id.

Parameters

result_id

The result identifier.

Return Values

Returns the cursor name, as a string.