vrana           Fri Oct  8 07:57:56 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli reference.xml 
  Log:
  _ instead of - (note #46353)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/reference.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/reference/mysqli/reference.xml
diff -u phpdoc/en/reference/mysqli/reference.xml:1.18 
phpdoc/en/reference/mysqli/reference.xml:1.19
--- phpdoc/en/reference/mysqli/reference.xml:1.18       Mon Jul 26 03:03:32 2004
+++ phpdoc/en/reference/mysqli/reference.xml    Fri Oct  8 07:57:50 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
  <reference id='ref.mysqli'>
   <title>Improved MySQL Extension</title>
   <titleabbrev>mysqli</titleabbrev>
@@ -150,7 +150,7 @@
         <para><link linkend='function.mysqli-use-result'>use_result</link> - 
transfers an unbuffered resultset from last query</para>
        </listitem>
        <listitem>
-        <para><link linkend='function.mysqli-thread-safe'>thread-safe</link> - 
returns whether thread safety is given or not</para>
+        <para><link linkend='function.mysqli-thread-safe'>thread_safe</link> - 
returns whether thread safety is given or not</para>
        </listitem>
       </itemizedlist>
      </section>
@@ -182,7 +182,7 @@
         <para><link linkend='function.mysqli-info'>info</link> - retrieves 
information about the most recently executed query</para>
        </listitem>
        <listitem>
-        <para><link linkend='function.mysqli-insert-id'>insert-id</link> - returns 
the auto generated id used in the last query</para>
+        <para><link linkend='function.mysqli-insert-id'>insert_id</link> - returns 
the auto generated id used in the last query</para>
        </listitem>
        <listitem>
         <para><link linkend='function.mysqli-get-proto-info'>protocol_version</link> 
- returns the version of the MySQL protocol used</para>
@@ -194,7 +194,7 @@
         <para><link linkend='function.mysqli-thread-id'>thread_id</link> - returns 
the thread ID for the current connection</para>
        </listitem>
        <listitem>
-        <para><link linkend='function.mysqli-warning-count'>warning-count</link> - 
returns the number of warnings generated during execution of the previous SQL 
statement</para>
+        <para><link linkend='function.mysqli-warning-count'>warning_count</link> - 
returns the number of warnings generated during execution of the previous SQL 
statement</para>
        </listitem>
 
       </itemizedlist>
@@ -219,7 +219,7 @@
         <para><link linkend='function.mysqli-stmt-close'>close</link> - closes a 
prepared statement</para>
        </listitem>
        <listitem>
-        <para><link linkend='function.mysqli-stmt-data-seek'>data-seek</link> - seeks 
to an arbitrary row in a statement result set</para>
+        <para><link linkend='function.mysqli-stmt-data-seek'>data_seek</link> - seeks 
to an arbitrary row in a statement result set</para>
        </listitem>
        <listitem>
         <para><link linkend='function.mysqli-execute'>execute</link> - executes a 
prepared statement</para>

Reply via email to