php anonymous functions
Anonymous functions are available from PHP 5.3 (2009). Anonymous functions are useful when using functions that require a callback function like array_filter or array_map do: Otherwise you would need to define a function that you possibly only use once: The lambda function is an anonymous PHP function that can be stored in a variable and ... Read more