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

Justin Carmony's Blog: PHP Itch to Scratch: Object Notation

Kevin Schroeder's Blog: ZF2 Dependency Injection - Multiple Object Instances

AskAboutPHP.com: Codeigniter: Mixing segment-based URL with querystrings

Kevin Schroeder's Blog: Remote Debugging with the Zend Debugger and PHPUnit

Christopher Jones' Blog: LinuxWorld; Oracle PHP Books; NCLOBS


Community Events











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


introduction development phpunit functional community zendframework2 opinion language series composer framework api application code testing interview podcast release database example

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