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