added properties (client_info and client_version)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164317 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Georg Richter 2004-07-26 06:28:48 +00:00
parent d5c708634f
commit 9a6c25c1a8

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<reference id='ref.mysqli'>
<title>Improved MySQL Extension</title>
<titleabbrev>mysqli</titleabbrev>
@ -160,6 +160,12 @@
<listitem>
<para><link linkend='function.mysqli-affected-rows'>affected_rows</link> - gets the number of affected rows in a previous MySQL operation</para>
</listitem>
<listitem>
<para><link linkend='function.mysqli-get-client-info'>client_info</link> - returns the MySQL client version as a string</para>
</listitem>
<listitem>
<para><link linkend='function.mysqli-get-client-version'>client_version</link> -returns the MySQL client version as an integer</para>
</listitem>
<listitem>
<para><link linkend='function.mysqli-errno'>errno</link> - returns the error code for the most recent function call</para>
</listitem>