| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_current_oid(PECL CUBRID >= 8.3.0) cubrid_current_oid — Get OID of the current cursor location 説明
string cubrid_current_oid
( resource
$req_identifier
)The cubrid_current_oid() function is used to get the oid of the current cursor location from the query result. To use cubrid_current_oid(), the query executed must be a updatable query, and the CUBRID_INCLUDE_OID option must be included during the query execution. パラメータ
返り値Oid of current cursor location, when process is successful
例例1 cubrid_current_oid() example
<?php 上の例の出力は以下となります。 Array ( [s_name] => X [f_name] => Mixed ) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_current_oid - Get OID of the current cursor location」をGoogle検索
|