mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #34264, wrong caption for examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@194438 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61ab2ffd44
commit
55a075b1c3
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.23 $ -->
|
||||
<!-- $Revision: 1.24 $ -->
|
||||
<refentry id="function.mysql-fetch-array">
|
||||
<refnamediv>
|
||||
<refname>mysql_fetch_array</refname>
|
||||
|
@ -74,7 +74,7 @@ SELECT table1.field AS foo, table2.field AS bar FROM table1, table2
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>mysql_affected_array</function> with <constant>MYSQL_NUM</constant></title>
|
||||
<title><function>mysql_fetch_array</function> with <constant>MYSQL_NUM</constant></title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
@ -118,7 +118,7 @@ mysql_free_result($result);
|
|||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>mysql_affected_array</function> with <constant>MYSQL_BOTH</constant></title>
|
||||
<title><function>mysql_fetch_array</function> with <constant>MYSQL_BOTH</constant></title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue