<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id='function.ibase-blob-info'>
 <refnamediv>
  <refname>ibase_blob_info</refname>
  <refpurpose>Return blob length and other useful info</refpurpose>
 </refnamediv>
 
 <refsect1 role="description">
  &reftitle.description;
  <methodsynopsis>
   <type>array</type><methodname>ibase_blob_info</methodname>
   <methodparam><type>resource</type><parameter>link_identifier</parameter></methodparam>
   <methodparam><type>string</type><parameter>blob_id</parameter></methodparam>
  </methodsynopsis>
  <methodsynopsis>
   <type>array</type><methodname>ibase_blob_info</methodname>
   <methodparam><type>string</type><parameter>blob_id</parameter></methodparam>
  </methodsynopsis>
  <para>
   Returns the BLOB length and other useful information.
  </para>
 </refsect1>

 <refsect1 role="parameters">
  &reftitle.parameters;
  <para>
   <variablelist>
    <varlistentry>
     <term><parameter>link_identifier</parameter></term>
     <listitem>
      <para>
       An InterBase link identifier. If omitted, the last opened link is
       assumed.
      </para>
     </listitem>
    </varlistentry>
    <varlistentry>
     <term><parameter>blob_id</parameter></term>
     <listitem>
      <para>
       A BLOB id.
      </para>
     </listitem>
    </varlistentry>
   </variablelist>
  </para>
 </refsect1>

 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <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.
  </para>
 </refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->