Sophie

Sophie

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

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>Return blob length and other useful info</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.ibase-blob-import.html">ibase_blob_import</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.ibase-blob-open.html">ibase_blob_open</a></div>
 <div class="up"><a href="ref.ibase.html">Firebird/InterBase Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.ibase-blob-info" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ibase_blob_info</h1>
  <p class="verinfo">(PHP 5)</p><p class="refpurpose"><span class="refname">ibase_blob_info</span> &mdash; <span class="dc-title">Return blob length and other useful info</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.ibase-blob-info-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><strong>ibase_blob_info</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$link_identifier</code></span>
   , <span class="methodparam"><span class="type">string</span> <code class="parameter">$blob_id</code></span>
   )</div>

  <div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><strong>ibase_blob_info</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$blob_id</code></span>
   )</div>

  <p class="para rdfs-comment">
   Returns the BLOB length and other useful information.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ibase-blob-info-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

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

      <p class="para">
       An InterBase link identifier. If omitted, the last opened link is
       assumed.
      </p>
     </dd>

    </dt>

    <dt>

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

      <p class="para">
       A BLOB id.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ibase-blob-info-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns an array containing information about a BLOB. The information returned
   consists of the length of the BLOB, the number of segments it contains, the size
   of the largest segment, and whether it is a stream BLOB or a segmented BLOB.
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.ibase-blob-import.html">ibase_blob_import</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.ibase-blob-open.html">ibase_blob_open</a></div>
 <div class="up"><a href="ref.ibase.html">Firebird/InterBase Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>