assume i have function
function me($a,$b,$c,$d){
}
and i want add all this in array by array_push is there a varible enable me do this in one step
and i i want echo all this on ($a,$b,$c,$d) by foreach
now i dont know it i will assume any varible in () will equal $anything
function me($a,$b,$c,$d){
foreach ($anything as $key => $value){
echo $value;// i want return $a,$b,$c,$d values
}
}
any one understand what i want
i want foreach the function
i cant explan becuase i dont understand
see
function(void){
foreach(void){}
}
i want foreach all varibles between () ok in function*(void)*{