Monthly Archives: May 2007
Anonymous functions in PHP
I ran into this and found it interesting. Someone has added support for anonymous functions in PHP. With the patch you can now do stuff like: Before you had to use a funky function generation call. Tags: php
Lots of new releases this week