mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-11 00:43:20 +08:00
0.0.1
This commit is contained in:
79
docs/php/cubrid_lob2_tell64.html
Normal file
79
docs/php/cubrid_lob2_tell64.html
Normal file
@@ -0,0 +1,79 @@
|
||||
<!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-tell64" class="refentry">
|
||||
<div class="refnamediv">
|
||||
<h1 class="refname">cubrid_lob2_tell64</h1>
|
||||
<p class="verinfo">(PECL CUBRID >= 8.4.1)</p><p class="refpurpose"><span class="refname">cubrid_lob2_tell64</span> — <span class="dc-title">Tell the cursor position of the LOB object</span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="refsect1 description" id="refsect1-function.cubrid-lob2-tell64-description">
|
||||
<h3 class="title">说明</h3>
|
||||
<div class="methodsynopsis dc-description">
|
||||
<span class="methodname"><strong>cubrid_lob2_tell64</strong></span>
|
||||
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$lob_identifier</code></span>
|
||||
) : <span class="type">string</span></div>
|
||||
|
||||
<p class="para rdfs-comment">
|
||||
The <span class="function"><strong>cubrid_lob2_tell64()</strong></span> function is used to tell the
|
||||
cursor position of the LOB object. If the size of a lob object is larger
|
||||
than an integer data can be stored, you can use this function and it will
|
||||
return the position information as a string.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 parameters" id="refsect1-function.cubrid-lob2-tell64-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-tell64-returnvalues">
|
||||
<h3 class="title">返回值</h3>
|
||||
<p class="para">
|
||||
It will return the cursor position on the LOB object as a string 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-tell64-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_tell.html" class="function" rel="rdfs-seeAlso">cubrid_lob2_tell()</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>
|
Reference in New Issue
Block a user