Ths function returns stats for the connection. There is another

function to return zval stats.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275669 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2009-02-12 16:11:31 +00:00
parent 81383a4d24
commit e6be6e7382

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry xml:id="mysqli.get-connection-stats" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>mysqli::get_connection_stats</refname>
<refname>mysqli_get_connection_stats</refname>
<refpurpose>Returns statistics about the zval cache</refpurpose>
<refpurpose>Returns statistics about the client connection</refpurpose>
</refnamediv>
<refsect1 role="description">
@ -19,7 +19,7 @@
</methodsynopsis>
&warn.undocumented.func;
<para>
Returns statistics about the zval cache.
Returns statistics about the client connection.
&mysqli.available.mysqlnd;
</para>
</refsect1>
@ -34,7 +34,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an array with connection stats in success, &false; otherwise.
Returns an array with connection stats if success, &false; otherwise.
</para>
</refsect1>