mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
implement some user notes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125606 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
42f0bd7c8c
commit
23559150d4
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
|
||||
<refentry id="function.array-filter">
|
||||
<refnamediv>
|
||||
|
@ -76,8 +76,8 @@ Array
|
|||
is changed, the behavior of this function is undefined.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>array_map</function> and
|
||||
<function>array_reduce</function>.
|
||||
See also <function>array_map</function>,
|
||||
<function>array_reduce</function>, and <function>array_walk</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.107 -->
|
||||
<refentry id="function.array-flip">
|
||||
<refnamediv>
|
||||
|
@ -14,8 +14,8 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>array_flip</function> returns an <type>array</type> in flip
|
||||
order, i.e. keys from <parameter>trans</parameter> become values and
|
||||
<parameter>trans</parameter>'s values become keys.
|
||||
order, i.e. keys from <parameter>trans</parameter> become values and values
|
||||
from <parameter>trans</parameter> become keys.
|
||||
</para>
|
||||
<para>
|
||||
Note that the values of <parameter>trans</parameter> need to be valid
|
||||
|
|
Loading…
Reference in a new issue