mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix issues in mysqli directory (#700)
This commit is contained in:
parent
83a17a7324
commit
4a9a553afc
8 changed files with 40 additions and 36 deletions
|
@ -14,8 +14,12 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Returns client per-process statistics.
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -21,8 +21,12 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Returns statistics about the client connection.
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -29,10 +29,14 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Poll connections.
|
||||
&mysqli.available.mysqlnd;
|
||||
The method can be used as
|
||||
<link linkend="language.oop5.static">static</link>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -21,8 +21,12 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Get result from async query.
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
|
@ -24,6 +24,11 @@
|
|||
Returns a two-dimensional array of all result rows
|
||||
as an associative array, a numeric array, or both.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -53,14 +58,6 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="mysqlnd">
|
||||
&reftitle.mysqlnd;
|
||||
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
<para>
|
||||
Call to return a result set from a prepared statement query.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -45,14 +50,6 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="mysqlnd">
|
||||
&reftitle.mysqlnd;
|
||||
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<example>
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
<para>
|
||||
Checks if there are more query results from a multiple query.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -40,14 +45,6 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="mysqlnd">
|
||||
&reftitle.mysqlnd;
|
||||
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
<para>
|
||||
Reads the next result from a multiple query.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
@ -49,14 +54,6 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="mysqlnd">
|
||||
&reftitle.mysqlnd;
|
||||
|
||||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue