mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
d5c708634f
commit
9a6c25c1a8
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue