I'm Working on a New Book Project Feb 18, 2024
The PHP Spellbook: Practical Charms for Data Structures & Algorithms is a light-hearted, down-to-earth journey through the magical work of data types and algorithms for all PHP developers.
Xdebug and var_dump Jul 13, 2015
If you are using Xdebug with PHP and are using the var_dump function it is important to note that Xdebug will limit var_dump 's depth when dumping information ...
Lambdas And Closures Jun 25, 2014
Some intermediate to veteran developers will recognize the anonymous function, or lambda function (a function without a name) that we are passing to the get ...
Passing Data to PHP Anonymous Functions Oct 29, 2013
PHP version 5.3 introduced a new feature called anonymous functions, or lambda functions. They allow for greater flexibility and offer a clean, expressive ...