Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 2405

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!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><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.cubrid-lob2-tell64.html">cubrid_lob2_tell64</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.cubrid-lob2-write.html">cubrid_lob2_write</a></div>
 <div class="up"><a href="ref.cubrid.html">CUBRID Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><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">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><strong>cubrid_lob2_tell</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$lob_identifier</code></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">Parameters</h3>
 <p class="para">
  <dl>

   <dt>

    <span class="term"><em><code class="parameter">lob_identifier</code></em></span>
    <dd>

     <p class="para">Lob identifier as a result of  <span class="function"><a href="function.cubrid-lob2-new.html" class="function">cubrid_lob2_new()</a></span> or get from the result set.</p>
    </dd>

   </dt>

  </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.cubrid-lob2-tell-returnvalues">
  <h3 class="title">Return Values</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">See Also</h3>
  <p class="para">
   <ul class="simplelist">
   <li class="member"> <span class="function"><a href="function.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="function.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="function.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="function.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="function.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="function.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="function.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><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.cubrid-lob2-tell64.html">cubrid_lob2_tell64</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.cubrid-lob2-write.html">cubrid_lob2_write</a></div>
 <div class="up"><a href="ref.cubrid.html">CUBRID Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>