| 
 Posted by adam.timberlake on 01/08/08 01:27 
I was reading this article yesterday: 
http://www.talkphp.com/advanced-php-programming/1886-how-would-i-apply-htmlentities-every-array-item.html 
 
I am wondering.. okay.. we can use array_walk but doesn't that just 
loop through the items anyway ?? So why not just use the foreach loop 
instead... is it a shorthand trick or is there any deeper reasoning 
behind it... Thats my question! 
 
I do have another question and that is if it is a shorthand version, 
having a foreach loop isn't much more in terms of the letters you type 
and so why have the PHP developers put it in there ?? 
 
It's puzzling me. Thank you in advance.
 
[Back to original message] 
 |