News Feed
Jobs Feed
Sections




News Archive
ProDevTips.com:
This is what's wrong with PHP
October 01, 2009 @ 08:10:43

On the ProDevTips blog today Henrik describes a situation where he "tried to be clever" with the array_map and array_filter functions and some of the confusion in their usage.

I knew array_filter existed and what it was all about since before, however I started working with something requiring array_map first, all well and OK, array_map looks like this: array_map('callback', Array). So then I assumed I could use array_filter in the same fashion, big mistake.

He was caught by the parameter order difference between the two and problems with how the callbacks worked. In the end, he he spent an hour to create a function to search an array for a partial match and didn't even end up using the array functions (opting for calls to stripos instead).

0 comments voice your opinion now!
wrong parameter order callback


blog comments powered by Disqus

Similar Posts

TigerFish Interactive: Drupal 6: Posting AJAX callbacks in SimpleTest

Jani Hartikainen's Blog: What would make template engines actually useful?

Matthew Weir O'Phinney's Blog: MVC changes in Zend Framework

Christian Flickinger's Blog: Ruby on Fails (story and stickers!)

Lee Blue's Blog: How To Sort A Zend_Db_Table_Rowset


Community Events









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


introduction release interview conference phpunit code language example framework object community testing functional zendframework2 composer opinion api event podcast development

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