|
ingres_cursor(PECL ingres >= 1.1.0) ingres_cursor — Get a cursor name for a given result resource Описание
string ingres_cursor
( resource $result
)
Returns a string with the active cursor name. If no cursor is active then NULL is returned. Список параметров
Возвращаемые значенияReturns a string containing the active cursor name. If no cursor is active then NULL is returned. Примеры
Пример #1 Get cursor name for a query resource
<?php Смотрите также
|
|