more &example.outputs; entities

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175176 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Yannick Torres 2004-12-20 19:54:46 +00:00
parent eff9632720
commit aef96d95ce
2 changed files with 8 additions and 12 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-filter">
<refnamediv>
@ -104,9 +104,7 @@ print_r(array_filter($entry));
?>
]]>
</programlisting>
<para>
This will output :
</para>
&example.outputs;
<screen>
<![CDATA[
Array

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
<refentry id="function.array-map">
<refnamediv>
@ -159,12 +159,8 @@ print_r($d);
?>
]]>
</programlisting>
</example>
</para>
<para>
The printout of the program above will be:
</para>
<screen>
&example.outputs;
<screen>
<![CDATA[
Array
(
@ -205,7 +201,9 @@ Array
)
]]>
</screen>
</screen>
</example>
</para>
<para>
See also <function>array_filter</function>,
<function>array_reduce</function>, and