hholzgra                Wed Feb 13 06:20:48 2002 EDT

  Modified files:              
    /phpdoc/en/functions        dbx.xml 
  Log:
  removed "experimental" on request
  
  
Index: phpdoc/en/functions/dbx.xml
diff -u phpdoc/en/functions/dbx.xml:1.23 phpdoc/en/functions/dbx.xml:1.24
--- phpdoc/en/functions/dbx.xml:1.23    Sat Feb  2 10:35:57 2002
+++ phpdoc/en/functions/dbx.xml Wed Feb 13 06:20:47 2002
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
  <reference id="ref.dbx">
   <title>dbx functions</title>
   <titleabbrev>dbx</titleabbrev>
   <partintro>
-   &warn.experimental;
    <simpara>
     The dbx module is a database abstraction layer (db 'X', where 'X'
     is a supported database). The dbx functions allow you to access
@@ -41,7 +40,6 @@
       <type>bool</type><methodname>dbx_close</methodname>
       
<methodparam><type>dbx_link_object</type><parameter>link_identifier</parameter></methodparam>
      </methodsynopsis>
-   &warn.experimental.func;
     <para>
      Returns &true; on success,
      &false; on error.
@@ -86,7 +84,6 @@
       <methodparam><type>string</type><parameter>password</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>persistent</parameter></methodparam>
      </methodsynopsis>
-   &warn.experimental.func;
     <para>
      Returns: a dbx_link_object on success, &false;
      on error.  If a connection has been made but the database could not
@@ -194,7 +191,6 @@
       <type>string</type><methodname>dbx_error</methodname>
       
<methodparam><type>dbx_link_object</type><parameter>link_identifier</parameter></methodparam>
      </methodsynopsis>
-   &warn.experimental.func;
     <para>
      Returns a string containing the error-message from the last
      function call of the module (e.g. mysql-module). If there are
@@ -245,7 +241,6 @@
       
<methodparam><type>string</type><parameter>sql_statement</parameter></methodparam>
       <methodparam 
choice="opt"><type>long</type><parameter>flags</parameter></methodparam>
      </methodsynopsis>
-   &warn.experimental.func;
     <para>
      Returns a dbx_result_object or 1 on success (a result object is
      only returned for sql-statements that return results) or 0 on
@@ -395,7 +390,6 @@
       
<methodparam><type>dbx_result_object</type><parameter>result</parameter></methodparam>
       
<methodparam><type>string</type><parameter>user_compare_function</parameter></methodparam>
      </methodsynopsis>
-   &warn.experimental.func;
     <para>
      Returns &true; on success,
      &false; on error.
@@ -442,7 +436,6 @@
       
<methodparam><type>string</type><parameter>columnname_or_index</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
      </methodsynopsis>
-   &warn.experimental.func;
     <para>
      Returns 0 if row_a[$columnname_or_index] is equal to
      row_b[$columnname_or_index], 1 if it is greater and -1 if it is


Reply via email to