corr. copy/paste-err.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75388 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Schoefbeck 2002-03-26 19:13:19 +00:00
parent ffc7304728
commit 79b47732fc

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.167 $ -->
<!-- $Revision: 1.168 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@ -490,8 +490,8 @@ Array
<para>
Users may not change the array itself from the callback
function. e.g. Add/delete an element, unset the array that
<function>array_walk</function> is applied to. If the array is
changed, the behavior of this function is undefined.
<function>array_filter</function> is applied to. If the array
is changed, the behavior of this function is undefined.
</para>
<para>
See also <function>array_map</function> and