03-29-2008, 06:41 PM
|
#17 (permalink)
|
|
The Contributor
Join Date: Nov 2007
Posts: 32
Thanks: 5
|
Quote:
Originally Posted by sjaq
Actually, there is a faster way for doing a foreach with key and value:
PHP Code:
$key = array_keys($aHash);
$size = count($key);
for ($i=0; $i<$size; $i++) $aHash[$key[$i]] .= "a";
source
|
Hi, Thanks for the benchmarks 
__________________
מטבחים (hebrew)
|
|
|