mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Linkify things that should be linkified in mysqlnd and remove an extra set of
parentheses. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299774 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2848fa2c5
commit
5d7e0822ac
1 changed files with 5 additions and 5 deletions
|
@ -52,7 +52,7 @@
|
|||
<function>mysqli_get_connection_stats</function>,
|
||||
<function>mysqli_get_cache_stats</function> and are shown in
|
||||
<literal>mysqlnd</literal> section of the output of the
|
||||
<function>phpinfo()</function> function as well.
|
||||
<function>phpinfo</function> function as well.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -71,11 +71,11 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Enable the collection of various memory statistics which can be
|
||||
accessed through <literal>mysqli_get_client_stats()</literal>,
|
||||
<literal>mysqli_get_connection_stats()</literal>,
|
||||
<literal>mysqli_get_cache_stats()</literal> and are shown in
|
||||
accessed through <function>mysqli_get_client_stats</function>,
|
||||
<function>mysqli_get_connection_stats</function>,
|
||||
<function>mysqli_get_cache_stats</function> and are shown in
|
||||
<literal>mysqlnd</literal> section of the output of the
|
||||
<literal>phpinfo()</literal> function as well.
|
||||
<function>phpinfo</function> function as well.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue