uTools-Manuals/docs/php/cubrid_lob2_tell.html
2019-04-08 23:22:26 +08:00

76 lines
3.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Tell the cursor position of the LOB object</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.cubrid-lob2-tell" class="refentry">
<div class="refnamediv">
<h1 class="refname">cubrid_lob2_tell</h1>
<p class="verinfo">(PECL CUBRID &gt;= 8.4.1)</p><p class="refpurpose"><span class="refname">cubrid_lob2_tell</span> &mdash; <span class="dc-title">Tell the cursor position of the LOB object</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.cubrid-lob2-tell-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>cubrid_lob2_tell</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$lob_identifier</code></span>
) : <span class="type">int</span></div>
<p class="para rdfs-comment">
The <span class="function"><strong>cubrid_lob2_tell()</strong></span> function is used to tell the cursor position of the LOB object.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.cubrid-lob2-tell-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">lob_identifier</code></dt>
<dd>
<p class="para">Lob identifier as a result of <span class="function"><a href="cubrid_lob2_new.html" class="function">cubrid_lob2_new()</a></span> or get from the result set.</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.cubrid-lob2-tell-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
It will return the cursor position on the LOB object when it processes successfully.
</p>
<p class="para">
<strong><code>FALSE</code></strong> on failure.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.cubrid-lob2-tell-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="cubrid_lob2_read.html" class="function" rel="rdfs-seeAlso">cubrid_lob2_read()</a> - Read from BLOB/CLOB data</span></li>
<li class="member"><span class="function"><a href="cubrid_lob2_write.html" class="function" rel="rdfs-seeAlso">cubrid_lob2_write()</a> - Write to a lob object</span></li>
<li class="member"><span class="function"><a href="cubrid_lob2_seek.html" class="function" rel="rdfs-seeAlso">cubrid_lob2_seek()</a> - Move the cursor of a lob object</span></li>
<li class="member"><span class="function"><a href="cubrid_lob2_seek64.html" class="function" rel="rdfs-seeAlso">cubrid_lob2_seek64()</a> - Move the cursor of a lob object</span></li>
<li class="member"><span class="function"><a href="cubrid_lob2_tell64.html" class="function" rel="rdfs-seeAlso">cubrid_lob2_tell64()</a> - Tell the cursor position of the LOB object</span></li>
<li class="member"><span class="function"><a href="cubrid_lob2_size.html" class="function" rel="rdfs-seeAlso">cubrid_lob2_size()</a> - Get a lob object's size</span></li>
<li class="member"><span class="function"><a href="cubrid_lob2_size64.html" class="function" rel="rdfs-seeAlso">cubrid_lob2_size64()</a> - Get a lob object's size</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>