News Feed
Jobs Feed
Sections




News Archive
Sebastian Bergmann's Blog:
Map and Reduce in PHP
February 20, 2008 @ 09:31:00

In this new blog entry, Sebastian Bergmann talks about two bits of functionality that PHP has that bring it a bit closer to a full functional language - array_map and array_reduce.

Just like Python, PHP is not a full-fledged functional language, but it supports some very useful functional idioms such as map and reduce. A blog posting by Scott Moonen on Functional Python prompted me to write this posting on PHP's array_map() and array_reduce() functions that apply callback functions to arrays.

He includes examples of each (in the functional context) showing how you can map callbacks to the array values, one that adds one to each number in the array and the other that combines the values and returns the sum.

0 comments voice your opinion now!
functional language arraymap arrayreduce example


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: Thoughts on Testing APIs

phpRiot.com: Using Callback Functions in PHP

Web Builder Zone: What paradigm should PHP applications embrace?

Kevin Schroeder's Blog: Why do you use PHP?

Ivo Jansch's Blog: PHP as a template language


Community Events











Don't see your event here?
Let us know!


interview phpunit community podcast opinion development usergroup functional symfony2 language introduction framework database testing conference rest series zendframework2 release unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework