update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 Get cursor name for a query resource
<?php 참고
|