mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
See alsos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135341 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
39a0890318
commit
14787bd7d7
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.107 -->
|
||||
<refentry id="function.array-flip">
|
||||
<refnamediv>
|
||||
|
@ -71,6 +71,11 @@ Array
|
|||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>array_values</function>,
|
||||
<function>array_keys</function>, and
|
||||
<function>array_reverse</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
|
||||
<refentry id="function.array-reverse">
|
||||
<refnamediv>
|
||||
|
@ -73,6 +73,9 @@ Array
|
|||
The second parameter was added in PHP 4.0.3.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
See also <function>array_flip</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue