Lambda Functions in PHP
Posted: August 5th, 2008 | Author: Tim | Filed under: coding | Tags: closures, dynamic code, lambda, php | 571 Comments »In case you haven’t heard, PHP may soon have support for lambdas. These are basically anonymous functions that let you more easily create dynamic code, or throwaway functions that only get used in one place. Mmm. Lambdas.
Leave a Reply
You must be logged in to post a comment.