From e50b6153cf0df5eca305bd23fffbe9a52ebc41c9 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 2 Mar 2006 08:28:29 +0000 Subject: [PATCH] Mention create_function by callback (bug #36584) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208442 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/language/types.xml b/language/types.xml index ec1fb519c6..f380749469 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -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. + + Apart common user-defined function, create_function + can be used to create an anonymous callback function. +