vrana Thu Mar 2 08:28:29 2006 UTC
Modified files:
/phpdoc/en/language types.xml
Log:
Mention create_function by callback (bug #36584)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/types.xml?r1=1.158&r2=1.159&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.158 phpdoc/en/language/types.xml:1.159
--- phpdoc/en/language/types.xml:1.158 Mon Jan 30 15:05:09 2006
+++ phpdoc/en/language/types.xml Thu Mar 2 08:28:29 2006
@@ -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 @@
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>