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:
Anthony Bedford 2009-02-11 16:50:17 +00:00
parent 3a3593ebf1
commit a753ca77e9

View file

@ -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">