Mention create_function by callback (bug #36584)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208442 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-03-02 08:28:29 +00:00
parent 289e5b2aef
commit e50b6153cf

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.158 $ -->
<!-- $Revision: 1.159 $ -->
<chapter id="language.types">
<title>Types</title>
@ -2315,6 +2315,10 @@ $var = NULL;
object of that class by passing the class name instead of an
object as the element with index 0.
</para>
<para>
Apart common user-defined function, <function>create_function</function>
can be used to create an anonymous callback function.
</para>
<para>
<example>