uTools-Manuals/docs/php/cubrid_lob2_size64.html
2019-04-28 19:00:34 +08:00

79 lines
3.6 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>Get a lob object's size</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.cubrid-lob2-size64" class="refentry">
<div class="refnamediv">
<h1 class="refname">cubrid_lob2_size64</h1>
<p class="verinfo">(PECL CUBRID &gt;= 8.4.1)</p><p class="refpurpose"><span class="refname">cubrid_lob2_size64</span> &mdash; <span class="dc-title">Get a lob object&#039;s size</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.cubrid-lob2-size64-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>cubrid_lob2_size64</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_size64()</strong></span> function is used to get the
size of a 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 size as a string.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.cubrid-lob2-size64-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-size64-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
It will return the size of 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-size64-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_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>
</ul>
</p>
</div>
</div></div></div></body></html>