Iterate over array in one row
Instead of two rows
foreach($arr as $item)
$obj->processItem($item);
You may use this
array_walk($arr, array($obj, 'processItem'));
Written by George
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#