30 Dec, 2010 -
By
Shameer C
PHP 5.3 packaged the power of functional programming by adding support for lambda functions and closures. You will be familiar with them in javascript. In this article we will have a look into these features and its usages.
Lambda functions...