irchtml         Sun Feb  8 08:14:42 2004 EDT

  Added files:                 
    /phpdoc/en/reference/mysqli/functions       mysqli-client-encoding.xml 
                                                mysqli-escape-string.xml 
                                                mysqli-get-metadata.xml 
                                                mysqli-more-results.xml 
                                                mysqli-next-result.xml 
                                                mysqli-set-opt.xml 
                                                mysqli-sqlstate.xml 
                                                mysqli-stmt-sqlstate.xml 

  Modified files:              
    /phpdoc/en/reference/mysqli reference.xml 
  Log:
  Added missing function files
  Added function aliases
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/reference.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/reference.xml
diff -u phpdoc/en/reference/mysqli/reference.xml:1.6 
phpdoc/en/reference/mysqli/reference.xml:1.7
--- phpdoc/en/reference/mysqli/reference.xml:1.6        Thu Jan 29 06:39:03 2004
+++ phpdoc/en/reference/mysqli/reference.xml    Sun Feb  8 08:14:40 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <reference id='ref.mysqli'>
   <title>Improved MySQL Extension</title>
   <titleabbrev>mysqli</titleabbrev>
@@ -102,7 +102,7 @@
         <para><link linkend='function.mysqli-multi-query'>multi_query</link> - 
performs multiple queries</para>
        </listitem>
        <listitem>
-        <para><link linkend='function.mysqli-more-results'>more_results</link> - 
checks if more results exists from currently executed multi-query</para>
+        <para><link linkend='function.mysqli-more-results'>more_results</link> - 
check if more results exists from currently executed multi-query</para>
        </listitem>
        <listitem>
         <para><link linkend='function.mysqli-next-result'>next_result</link> - reads 
next result from currently executed multi-query</para>
@@ -129,10 +129,7 @@
         <para><link linkend='function.mysqli-rollback'>rollback</link> - rolls back 
the current transaction</para>
        </listitem>
        <listitem>
-        <para><link linkend='function.mysqli-select_db'>select_db</link> - selects 
the default database</para>
-       </listitem>
-       <listitem>
-        <para><link linkend='function.mysqli-set-opt'>set_opt</link> - sets 
options</para>
+        <para><link linkend='function.mysqli-select-db'>select_db</link> - selects 
the default database</para>
        </listitem>
        <listitem>
         <para><link linkend='function.mysqli-ssl-set'>ssl_set</link> - sets ssl 
parameters</para>
@@ -236,9 +233,6 @@
         <para><link linkend='function.mysqli-stmt-affected-rows'>affected_rows</link> 
- Returns affected rows from last statement execution</para>
        </listitem>
        <listitem>
-        <para><link linkend='function.mysqli-stmt-field-count'>field_count</link> - 
Returns number of fields for a given prepared statement</para>
-       </listitem>
-       <listitem>
         <para><link linkend='function.mysqli-stmt-errno'>errno</link> - Returns 
errorcode for last statement function</para>
        </listitem>
        <listitem>

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-client-encoding.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-client-encoding.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-client-encoding.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.mysqli-client-encoding">
   <refnamediv>
    <refname>mysqli_client_encoding</refname>
    <refpurpose>Alias of <function>mysqli_character_set_name</function></refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <para>
     This function is an alias of <function>mysqli_character_set_name</function>.
    </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:"../../../../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
-->

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-escape-string.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-escape-string.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-escape-string.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.mysqli-escape-string">
   <refnamediv>
    <refname>mysqli-escape-string</refname>
    <refpurpose>Alias of <function>mysqli_real_escape_string</function></refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <para>
     This function is an alias of <function>mysqli_real_escape_string</function>.
    </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:"../../../../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
-->

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-get-metadata.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-get-metadata.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-get-metadata.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.mysqli-get-metadata">
   <refnamediv>
    <refname>mysqli_get_metadata</refname>
    <refpurpose>Retrieves a resultset from a prepared statement for metadata 
information.</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>string</type><methodname>mysqli_get_metadata</methodname>
      <methodparam><type>object</type><parameter>stmt</parameter></methodparam>
     </methodsynopsis>

    &warn.undocumented.func;

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

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-more-results.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-more-results.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-more-results.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.mysqli-more-results">
   <refnamediv>
    <refname>mysqli_more_results</refname>
    <refpurpose>Check if there any more query results from a multi query.</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>mysqli_more_results</methodname>
      <methodparam><type>object</type><parameter>link</parameter></methodparam>
     </methodsynopsis>

    &warn.undocumented.func;

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

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-next-result.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-next-result.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-next-result.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.mysqli-next-result">
   <refnamediv>
    <refname>mysqli_next_result</refname>
    <refpurpose>Read next result from multi_query.</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>bool</type><methodname>mysqli_next_result</methodname>
      <methodparam><type>object</type><parameter>link</parameter></methodparam>
     </methodsynopsis>

    &warn.undocumented.func;

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

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-set-opt.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-set-opt.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-set-opt.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.mysqli-set-opt">
   <refnamediv>
    <refname>mysqli_set_opt</refname>
    <refpurpose>Alias of <function>mysqli_options</function></refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <para>
     This function is an alias of <function>mysqli_options</function>.
    </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:"../../../../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
-->

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.mysqli-sqlstate">
   <refnamediv>
    <refname>mysqli_sqlstate</refname>
    <refpurpose>Returns the SQLSTATE error from previous MySQL operation.</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>string</type><methodname>mysqli_sqlstate</methodname>
      <methodparam><type>object</type><parameter>link</parameter></methodparam>
     </methodsynopsis>

    &warn.undocumented.func;

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

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-sqlstate.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-sqlstate.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-sqlstate.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.mysqli-stmt-sqlstate">
   <refnamediv>
    <refname>mysqli_stmt_sqlstate</refname>
    <refpurpose></refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>string</type><methodname>mysqli_stmt_sqlstate</methodname>
      <methodparam><type>object</type><parameter>stmt</parameter></methodparam>
     </methodsynopsis>

    &warn.undocumented.func;

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