mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
ffc7304728
commit
79b47732fc
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue