TAG | anonymous functions
Jul/10
28
Normal Functions vs Anonymous Functions: Speed and Extensibility
No comments · Posted by joshtime in PHP
PHP5.3 comes out with a new anonymous function feature. This new feature adds a lot of new flexibility to PHP scripts. What caught my eye more is that a function can be stored inside a variable. Normal functions can not be unset. This is usually fine. But, when inplementing a plugin system to a php [...]
anonymous functions · function · PHP · plugin · speed
