didou           Sat Feb  3 04:04:03 2007 UTC

  Added files:                 
    /phpdoc/en/reference/ifx    constants.xml 

  Modified files:              
    /phpdoc/en/reference/ifx    reference.xml 
    /phpdoc/en/reference/ifx/functions  ifx-byteasvarchar.xml 
                                        ifx-copy-blob.xml 
                                        ifx-create-blob.xml 
                                        ifx-create-char.xml ifx-do.xml 
                                        ifx-error.xml ifx-errormsg.xml 
                                        ifx-fetch-row.xml 
                                        ifx-fieldproperties.xml 
                                        ifx-fieldtypes.xml 
                                        ifx-free-blob.xml 
                                        ifx-free-char.xml 
                                        ifx-free-result.xml 
                                        ifx-get-blob.xml 
                                        ifx-get-char.xml 
                                        ifx-num-fields.xml 
                                        ifx-num-rows.xml 
                                        ifx-pconnect.xml ifx-prepare.xml 
                                        ifx-textasvarchar.xml 
                                        ifx-update-blob.xml 
                                        ifx-update-char.xml 
                                        ifxus-close-slob.xml 
                                        ifxus-create-slob.xml 
                                        ifxus-free-slob.xml 
                                        ifxus-open-slob.xml 
                                        ifxus-read-slob.xml 
                                        ifxus-seek-slob.xml 
                                        ifxus-tell-slob.xml 
                                        ifxus-write-slob.xml 
  Log:
  Document constants
  Add missing cross-links
  Fix documentation of ifx_fetch_field() which returns an associative array 
(User Note)
  Fix example for ifx_fieldtypes() (UN)
  Add examples for ifx_do(), ifx_num_fields() (UN)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/reference.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/ifx/reference.xml
diff -u phpdoc/en/reference/ifx/reference.xml:1.10 
phpdoc/en/reference/ifx/reference.xml:1.11
--- phpdoc/en/reference/ifx/reference.xml:1.10  Thu Jan 18 16:45:29 2007
+++ phpdoc/en/reference/ifx/reference.xml       Sat Feb  3 04:04:02 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- Purpose: database.vendors -->
 <!-- Membership: bundled, external -->
 
@@ -52,12 +52,7 @@
     </para>
    </section>
 
-   <section id="ifx.constants">
-    &reftitle.constants;
-    &no.constants;
-   </section>
-
-
+   &reference.ifx.constants;
 
   </partintro>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml:1.5 Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-byteasvarchar.xml     Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-byteasvarchar">
  <refnamediv>
   <refname>ifx_byteasvarchar</refname>
@@ -41,6 +41,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_textasvarchar</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-copy-blob.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-copy-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-copy-blob.xml:1.4 
phpdoc/en/reference/ifx/functions/ifx-copy-blob.xml:1.5
--- phpdoc/en/reference/ifx/functions/ifx-copy-blob.xml:1.4     Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-copy-blob.xml Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.ifx-copy-blob">
  <refnamediv>
   <refname>ifx_copy_blob</refname>
@@ -39,6 +39,17 @@
    Returns the new blob object-id, or &false; on errors.
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_create_blob</function></member>
+    <member><function>ifx_free_blob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-create-blob.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-create-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-create-blob.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-create-blob.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-create-blob.xml:1.5   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-create-blob.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-create-blob">
  <refnamediv>
   <refname>ifx_create_blob</refname>
@@ -60,6 +60,16 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_copy_blob</function></member>
+    <member><function>ifx_free_blob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-create-char.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-create-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-create-char.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-create-char.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-create-char.xml:1.5   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-create-char.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-create-char">
  <refnamediv>
   <refname>ifx_create_char</refname>
@@ -40,6 +40,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_free_char</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-do.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-do.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-do.xml:1.7 
phpdoc/en/reference/ifx/functions/ifx-do.xml:1.8
--- phpdoc/en/reference/ifx/functions/ifx-do.xml:1.7    Sat Feb  3 03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-do.xml        Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.ifx-do">
  <refnamediv>
   <refname>ifx_do</refname>
@@ -53,11 +53,30 @@
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>
+   <example>
+    <title><function>ifx_do</function> Example</title>
+    <programlisting role="php">
+<![CDATA[
+<?php
+$conn = fx_connect( "db", "user", "password" );
+$result = ifx_prepare("SELECT customer_num, company FROM customer", $conn);
+ifx_do($result);
+?>
+]]>
+    </programlisting>
+   </example>
+  </para>
+ </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
    <simplelist>
     <member><function>ifx_prepare</function></member>
    </simplelist>
   </para>
  </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-error.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-error.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-error.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-error.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-error.xml:1.5 Sat Feb  3 03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-error.xml     Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-error">
  <refnamediv>
   <refname>ifx_error</refname>
@@ -74,6 +74,7 @@
    </simplelist>
   </para>
  </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-errormsg.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-errormsg.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-errormsg.xml:1.7 
phpdoc/en/reference/ifx/functions/ifx-errormsg.xml:1.8
--- phpdoc/en/reference/ifx/functions/ifx-errormsg.xml:1.7      Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-errormsg.xml  Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.ifx-errormsg">
  <refnamediv>
   <refname>ifx_errormsg</refname>
@@ -64,6 +64,7 @@
    </simplelist>
   </para>
  </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml:1.8 
phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml:1.9
--- phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml:1.8     Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-fetch-row.xml Sat Feb  3 04:04:03 2007
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <refentry id="function.ifx-fetch-row">
  <refnamediv>
   <refname>ifx_fetch_row</refname>
-  <refpurpose>Get row as enumerated array</refpurpose>
+  <refpurpose>Get row as an associative array</refpurpose>
  </refnamediv>
  
  <refsect1 role="description">
@@ -57,9 +57,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Returns an array that corresponds to the fetched row, or &false; if there
-   are no more rows. Each result column is stored in an array offset,
-   starting at offset 0, with the column name as key.
+   Returns an associative array that corresponds to the fetched row, or
+   &false; if there are no more rows.
   </para>
   <para>
    Blob columns are returned as integer blob id values for use in
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml:1.8 
phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml:1.9
--- phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml:1.8       Sat Feb 
 3 03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-fieldproperties.xml   Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <refentry id="function.ifx-fieldproperties">
  <refnamediv>
   <refname>ifx_fieldproperties</refname>
@@ -69,6 +69,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_fieldtypes</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml:1.8 
phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml:1.9
--- phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml:1.8    Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-fieldtypes.xml        Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <refentry id="function.ifx-fieldtypes">
  <refnamediv>
   <refname>ifx_fieldtypes</refname>
@@ -55,11 +55,10 @@
 <![CDATA[
 <?php
 $types = ifx_fieldtypes($resultid);
-if (!isset($types)) {
-    /* ... error ... */
-}
-foreach ($types as $fname => $val) {
-    echo "$fname:\t type = $val\n";
+if (is_array($types)) {
+    foreach ($types as $fname => $val) {
+        echo "$fname:\t type = $val\n";
+    }
 }
 ?>
 ]]>
@@ -67,6 +66,16 @@
    </example>
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_fieldproperties</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-free-blob.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-free-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.6 
phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifx-free-blob.xml:1.6     Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-free-blob.xml Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ifx-free-blob">
  <refnamediv>
   <refname>ifx_free_blob</refname>
@@ -39,6 +39,16 @@
    &return.success;
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_create_blob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-free-char.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-free-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.6 
phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifx-free-char.xml:1.6     Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-free-char.xml Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ifx-free-char">
  <refnamediv>
   <refname>ifx_free_char</refname>
@@ -39,6 +39,16 @@
    &return.success;
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_create_char</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-free-result.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-free-result.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.6 
phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifx-free-result.xml:1.6   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-free-result.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ifx-free-result">
  <refnamediv>
   <refname>ifx_free_result</refname>
@@ -42,6 +42,16 @@
    &return.success;
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_do</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-get-blob.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-get-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-get-blob.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-get-blob.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-get-blob.xml:1.5      Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-get-blob.xml  Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-get-blob">
  <refnamediv>
   <refname>ifx_get_blob</refname>
@@ -40,6 +40,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_get_char</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-get-char.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-get-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-get-char.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-get-char.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-get-char.xml:1.5      Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-get-char.xml  Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-get-char">
  <refnamediv>
   <refname>ifx_get_char</refname>
@@ -39,6 +39,16 @@
    Returns the contents as a string, or &false; on errors.
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_get_blob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-num-fields.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-num-fields.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-num-fields.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-num-fields.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-num-fields.xml:1.5    Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-num-fields.xml        Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-num-fields">
  <refnamediv>
   <refname>ifx_num_fields</refname>
@@ -43,6 +43,34 @@
    <parameter>result_id</parameter>, or &false; on errors.
   </para>
  </refsect1>
+
+ <refsect1 role="examples">
+  &reftitle.examples;
+  <para>
+   <example>
+    <title><<function>ifx_num_fields</function> Example</title>
+    <programlisting role="php">
+<![CDATA[
+<?php
+$conn_id = ifx_connect("db", "user", "password");
+$res_id = ifx_query("select * from systables", $conn_id);
+echo ifx_num_fields($res_id);
+?>
+]]>
+    </programlisting>
+   </example>
+  </para>
+ </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_num_rows</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-num-rows.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-num-rows.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-num-rows.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-num-rows.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-num-rows.xml:1.5      Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-num-rows.xml  Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-num-rows">
  <refnamediv>
   <refname>ifx_num_rows</refname>
@@ -44,6 +44,16 @@
    Returns the number of fetched rows or &false; on errors.
   </para>
  </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_num_fields</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-pconnect.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-pconnect.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-pconnect.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-pconnect.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-pconnect.xml:1.5      Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-pconnect.xml  Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-pconnect">
  <refnamediv>
   <refname>ifx_pconnect</refname>
@@ -90,6 +90,7 @@
    </simplelist>
   </para>
  </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-prepare.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-prepare.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.6 
phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifx-prepare.xml:1.6       Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-prepare.xml   Sat Feb  3 04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ifx-prepare">
  <refnamediv>
   <refname>ifx_prepare</refname>
@@ -105,6 +105,7 @@
    </simplelist>
   </para>
  </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml:1.5 
phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml:1.5 Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-textasvarchar.xml     Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifx-textasvarchar">
  <refnamediv>
   <refname>ifx_textasvarchar</refname>
@@ -41,6 +41,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_bytesasvarchar</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-update-blob.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-update-blob.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.7 
phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.8
--- phpdoc/en/reference/ifx/functions/ifx-update-blob.xml:1.7   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-update-blob.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.ifx-update-blob">
  <refnamediv>
   <refname>ifx_update_blob</refname>
@@ -50,6 +50,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_update_char</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifx-update-char.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifx-update-char.xml
diff -u phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.7 
phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.8
--- phpdoc/en/reference/ifx/functions/ifx-update-char.xml:1.7   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifx-update-char.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <refentry id="function.ifx-update-char">
  <refnamediv>
   <refname>ifx_update_char</refname>
@@ -50,6 +50,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifx_update_blob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.6 
phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml:1.6  Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifxus-close-slob.xml      Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ifxus-close-slob">
  <refnamediv>
   <refname>ifxus_close_slob</refname>
@@ -41,6 +41,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifxus_open_slob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifxus-create-slob.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-create-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-create-slob.xml:1.4 
phpdoc/en/reference/ifx/functions/ifxus-create-slob.xml:1.5
--- phpdoc/en/reference/ifx/functions/ifxus-create-slob.xml:1.4 Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifxus-create-slob.xml     Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.ifxus-create-slob">
  <refnamediv>
   <refname>ifxus_create_slob</refname>
@@ -43,6 +43,16 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifxus_close_slob</function></member>
+    <member><function>ifxus_free_slob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.6 
phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml:1.6   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifxus-free-slob.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ifxus-free-slob">
  <refnamediv>
   <refname>ifxus_free_slob</refname>
@@ -40,6 +40,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifxus_close_slob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifxus-open-slob.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-open-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-open-slob.xml:1.5 
phpdoc/en/reference/ifx/functions/ifxus-open-slob.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifxus-open-slob.xml:1.5   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifxus-open-slob.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifxus-open-slob">
  <refnamediv>
   <refname>ifxus_open_slob</refname>
@@ -53,6 +53,16 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifxus_close_slob</function></member>
+    <member><function>ifxus_free_slob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml:1.6 
phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml:1.6   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifxus-read-slob.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ifxus-read-slob">
  <refnamediv>
   <refname>ifxus_read_slob</refname>
@@ -49,6 +49,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifxus_write_slob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifxus-seek-slob.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-seek-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-seek-slob.xml:1.5 
phpdoc/en/reference/ifx/functions/ifxus-seek-slob.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifxus-seek-slob.xml:1.5   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifxus-seek-slob.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifxus-seek-slob">
  <refnamediv>
   <refname>ifxus_seek_slob</refname>
@@ -58,6 +58,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifxus_tell_slob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifxus-tell-slob.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-tell-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-tell-slob.xml:1.5 
phpdoc/en/reference/ifx/functions/ifxus-tell-slob.xml:1.6
--- phpdoc/en/reference/ifx/functions/ifxus-tell-slob.xml:1.5   Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifxus-tell-slob.xml       Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <refentry id="function.ifxus-tell-slob">
  <refnamediv>
   <refname>ifxus_tell_slob</refname>
@@ -40,6 +40,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifxus_seek_slob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml
diff -u phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml:1.6 
phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml:1.7
--- phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml:1.6  Sat Feb  3 
03:11:12 2007
+++ phpdoc/en/reference/ifx/functions/ifxus-write-slob.xml      Sat Feb  3 
04:04:03 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <refentry id="function.ifxus-write-slob">
  <refnamediv>
   <refname>ifxus_write_slob</refname>
@@ -49,6 +49,15 @@
   </para>
  </refsect1>
 
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <para>
+   <simplelist>
+    <member><function>ifxus_read_slob</function></member>
+   </simplelist>
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ifx/constants.xml?view=markup&rev=1.1
Index: phpdoc/en/reference/ifx/constants.xml
+++ phpdoc/en/reference/ifx/constants.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<section id="ifx.constants">
 &reftitle.constants;
 &extension.constants;
 <variablelist>
  <varlistentry>
   <term>
    <constant>IFX_SCROLL</constant>
     (<type>integer</type>)
   </term>
   <listitem>
    <simpara>
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IFX_HOLD</constant>
     (<type>integer</type>)
   </term>
   <listitem>
    <simpara>
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IFX_LO_RDONLY</constant>
     (<type>integer</type>)
   </term>
   <listitem>
    <simpara>
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IFX_LO_WRONLY</constant>
     (<type>integer</type>)
   </term>
   <listitem>
    <simpara>
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IFX_LO_APPEND</constant>
     (<type>integer</type>)
   </term>
   <listitem>
    <simpara>
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IFX_LO_RDWR</constant>
     (<type>integer</type>)
   </term>
   <listitem>
    <simpara>
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IFX_LO_BUFFER</constant>
     (<type>integer</type>)
   </term>
   <listitem>
    <simpara>
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>IFX_LO_NOBUFFER</constant>
     (<type>integer</type>)
   </term>
   <listitem>
    <simpara>
    </simpara>
   </listitem>
  </varlistentry>
 </variablelist>
</section>

<!-- 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:"../../../../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
-->

Reply via email to