mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75138 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7f6f235b80
commit
ef757d0d68
1 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.166 $ -->
|
||||
<!-- $Revision: 1.167 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -488,10 +488,10 @@ Array
|
|||
</para>
|
||||
¬e.func-callback;
|
||||
<para>
|
||||
Users may not change array itself from the callback
|
||||
function. e.g. Add/delele element, unset the array that
|
||||
<function>array_walk</function> is applied. If the array is
|
||||
changed, the behavior is undefined.
|
||||
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.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>array_map</function> and
|
||||
|
@ -2156,10 +2156,10 @@ function array_values ($arr) {
|
|||
the array by default.
|
||||
</para>
|
||||
<para>
|
||||
Users may not change array itself from the callback
|
||||
function. e.g. Add/delele element, unset the array that
|
||||
<function>array_walk</function> is applied. If the array is
|
||||
changed, the behavior is undefined.
|
||||
Users may not change the array itself from the callback
|
||||
function. e.g. Add/delete element, unset the array that
|
||||
<function>array_walk</function> is applied to. If the array is
|
||||
changed, the behavior of this function is undefined.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue