array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'ja', ), 'this' => array ( 0 => 'function.cubrid-lob2-tell.php', 1 => 'cubrid_lob2_tell', 2 => 'Tell the cursor position of the LOB object', ), 'up' => array ( 0 => 'ref.cubrid.php', 1 => 'CUBRID 関数', ), 'prev' => array ( 0 => 'function.cubrid-lob2-size64.php', 1 => 'cubrid_lob2_size64', ), 'next' => array ( 0 => 'function.cubrid-lob2-tell64.php', 1 => 'cubrid_lob2_tell64', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/cubrid/functions/cubrid-lob2-tell.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

cubrid_lob2_tell

(PECL CUBRID >= 8.4.1)

cubrid_lob2_tellTell the cursor position of the LOB object

説明

cubrid_lob2_tell(resource $lob_identifier): int

The cubrid_lob2_tell() function is used to tell the cursor position of the LOB object.

パラメータ

lob_identifier

Lob identifier as a result of cubrid_lob2_new() or get from the result set.

戻り値

It will return the cursor position on the LOB object when it processes successfully,失敗した場合に false を返します.

参考