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. +