Corrected XML markup for mysqli_fetch_all() now that it has an entry

in the reference manual.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275604 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Anthony Bedford 2009-02-11 17:16:22 +00:00
parent 33e69719e6
commit cb778fb2bc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<chapter xml:id="mysqli.summary" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>The MySQLi Extension Function Summary</title>
@ -586,10 +586,10 @@
<entry>Adjusts the result pointer to an arbitary row in the result</entry>
</row>
<row>
<entry>$mysqli_result->fetch_all()</entry>
<entry>mysqli_fetch_all()</entry>
<entry><methodname>mysqli_result->fetch_all</methodname></entry>
<entry><function>mysqli_fetch_all</function></entry>
<entry>N/A</entry>
<entry>NOT DOCUMENTED [mysqlnd only]</entry>
<entry>Fetches all result rows and returns the result set as an associative array, a numeric array, or both. MySQL Native Driver Only</entry>
</row>
<row>
<entry><methodname>mysqli_result->fetch_array</methodname></entry>
@ -698,3 +698,24 @@
</note>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->