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...
12 Dec, 2010 -
By
Shameer C
Php 5’s reflection api is one of its most powerful feature, which can be used for building robust, extensible applications. It provides built in functionality to analyze the inner structure of classes, their properties and methods and acquire the...