php-doc-en/reference/array
Derick Rethans 0b93bd27f7 - Fixed structures. The structure for adding examples is:
<para>
 <example>
  <title />
  <programlisting>
<![CDATA[
<?php
echo "foo\n";
?>
]]>
  </programlisting>
  <para>
   The output is:
  </para>
  <screen>
<![CDATA[
foo
]]>
  </screen>
 </example>
</para>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131857 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-16 12:03:39 +00:00
..
functions - Fixed structures. The structure for adding examples is: 2003-06-16 12:03:39 +00:00
constants.xml Replace <link linkend="language.types.x">x</link> with <type>x</type>. 2003-05-28 23:03:10 +00:00
reference.xml join is an alias of implode 2003-06-10 07:02:20 +00:00