vrana Thu Oct 13 05:42:26 2005 EDT
Modified files:
/phpdoc/en/reference/mysqli reference.xml
Log:
Missing properties (bug #34841)
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/reference.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/en/reference/mysqli/reference.xml
diff -u phpdoc/en/reference/mysqli/reference.xml:1.23
phpdoc/en/reference/mysqli/reference.xml:1.24
--- phpdoc/en/reference/mysqli/reference.xml:1.23 Sun Sep 4 15:39:20 2005
+++ phpdoc/en/reference/mysqli/reference.xml Thu Oct 13 05:42:22 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: bundled, external -->
@@ -194,6 +194,12 @@
<para><link
linkend='function.mysqli-get-proto-info'>protocol_version</link> - returns the
version of the MySQL protocol used</para>
</listitem>
<listitem>
+ <para>server_info - returns a string that represents the server
version number</para>
+ </listitem>
+ <listitem>
+ <para>server_version - returns the version number of the server as an
integer</para>
+ </listitem>
+ <listitem>
<para><link linkend='function.mysqli-sqlstate'>sqlstate</link> -
returns a string containing the SQLSTATE error code for the last error</para>
</listitem>
<listitem>
@@ -263,7 +269,19 @@
<para><link linkend='function.mysqli-stmt-errno'>errno</link> -
returns errorcode for last statement function</para>
</listitem>
<listitem>
- <para><link linkend='function.mysqli-stmt-error'>errno</link> -
returns errormessage for last statement function</para>
+ <para><link linkend='function.mysqli-stmt-error'>error</link> -
returns errormessage for last statement function</para>
+ </listitem>
+ <listitem>
+ <para><link linkend='function.mysqli-field-count'>field_count</link> -
returns the number of columns in a result set</para>
+ </listitem>
+ <listitem>
+ <para>id - returns the statement identifier</para>
+ </listitem>
+ <listitem>
+ <para><link linkend='function.mysqli-insert-id'>insert_id</link> -
returns the value generated for an AUTO_INCREMENT column by the prepared
statement</para>
+ </listitem>
+ <listitem>
+ <para><link linkend='function.mysqli-num-rows'>num_rows</link> -
returns the number of rows in the result set</para>
</listitem>
<listitem>
<para><link
linkend='function.mysqli-stmt-param-count'>param_count</link> - returns number
of parameter for a given prepare statement</para>
@@ -333,6 +351,9 @@
<listitem>
<para><link linkend='function.mysqli-num-rows'>num_rows</link> -
returns number of rows in resultset</para>
</listitem>
+ <listitem>
+ <para>type - returns <constant>MYSQLI_STORE_RESULT</constant> or
<constant>MYSQLI_USE_RESULT</constant></para>
+ </listitem>
</itemizedlist>
</section>
</section>