odbc_cursor
(PHP 4, PHP 5, PHP 7)
odbc_cursor — Get cursorname
Описание
odbc_cursor
( resource
$statement
) : string|falseGets the cursorname for the given result_id.
Список параметров
-
statement
-
The result identifier.
Возвращаемые значения
Returns the cursor name, as a string, или false
в случае возникновения ошибки.