mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added a short description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275601 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3a3593ebf1
commit
a753ca77e9
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry xml:id="mysqli-result.fetch-all" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli_result::fetch_all</refname>
|
||||
|
@ -23,6 +23,10 @@
|
|||
<para>
|
||||
&mysqli.available.mysqlnd;
|
||||
</para>
|
||||
<para>
|
||||
<function>mysqli_fetch_all</function> fetches all result rows and returns the result
|
||||
set as an associative array, a numeric array, or both.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue