dickmeiss               Wed Nov 30 14:52:57 2005 EDT

  Modified files:              
    /phpdoc/en/reference/yaz/functions  yaz-connect.xml 
  Log:
  Document yaz_connect options maximumRecordSize and preferredMessageSize.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/functions/yaz-connect.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/yaz/functions/yaz-connect.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-connect.xml:1.13 
phpdoc/en/reference/yaz/functions/yaz-connect.xml:1.14
--- phpdoc/en/reference/yaz/functions/yaz-connect.xml:1.13      Fri Jun 24 
05:11:47 2005
+++ phpdoc/en/reference/yaz/functions/yaz-connect.xml   Wed Nov 30 14:52:56 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 <refentry id="function.yaz-connect">
  <refnamediv>
   <refname>yaz_connect</refname>
@@ -142,6 +142,48 @@
           </para>
          </listitem>
         </varlistentry>
+
+        <varlistentry>
+         <term>preferredMessageSize</term>
+         <listitem>
+          <para>
+           An integer that specifies the maximum byte size of all records
+           to be returned by a target during retrieval. See the
+           <ulink
+            url="http://www.loc.gov/z3950/agency/markup/04.html#3.2.1.1.4";
+            >
+            Z39.50 standard
+           </ulink> for more information.
+          </para>
+          <note>
+           <para>
+            This option is supported in PECL YAZ 1.0.5 or later.
+           </para>
+          </note>
+         </listitem>
+        </varlistentry>
+
+        <varlistentry>
+         <term>maximumRecordSize</term>
+         <listitem>
+          <para>
+           An integer that specifies the maximum byte size of a single record
+           to be returned by a target during retrieval. This
+           entity is referred to as Exceptional-record-size in the
+           <ulink
+            url="http://www.loc.gov/z3950/agency/markup/04.html#3.2.1.1.4";
+            >
+            Z39.50 standard
+           </ulink>.
+          </para>
+          <note>
+           <para>
+            This option is supported in PECL YAZ 1.0.5 or later.
+           </para>
+          </note>
+         </listitem>
+        </varlistentry>
+
        </variablelist>
       </para>
      </listitem>

Reply via email to