mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
array_filter: add note.func-callback
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65619 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e7ced379aa
commit
5d0b7b2428
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.136 $ -->
|
||||
<!-- $Revision: 1.137 $ -->
|
||||
<reference id="ref.array">
|
||||
<title>Array Functions</title>
|
||||
<titleabbrev>Arrays</titleabbrev>
|
||||
|
@ -428,8 +428,9 @@ $even_arr = array_filter($array2, "even");
|
|||
and <varname>$even_arr</varname> have
|
||||
<literal>array (6, 8, 10, 12);</literal>,
|
||||
</para>
|
||||
¬e.func-callback;
|
||||
<para>
|
||||
See also <function>array_map</function>,
|
||||
See also <function>array_map</function>, and
|
||||
<function>array_reduce</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue