mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Mention create_function (bug #36585)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208443 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e50b6153cf
commit
9e27b31c3c
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.62 -->
|
||||
<refentry id="function.array-map">
|
||||
<refnamediv>
|
||||
|
@ -207,7 +207,8 @@ Array
|
|||
<para>
|
||||
See also <function>array_filter</function>,
|
||||
<function>array_reduce</function>,
|
||||
<function>array_walk</function>, and
|
||||
<function>array_walk</function>,
|
||||
<function>create_function</function>, and
|
||||
&seealso.callback;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue