hi
i want to modify an array in foreach loop
foreach($array as $ele){
$ele = $some_random_st ring;
}
i should see here the modified $array .
thnaks in advance
i want to modify an array in foreach loop
foreach($array as $ele){
$ele = $some_random_st ring;
}
i should see here the modified $array .
thnaks in advance
Comment