For example, currently I am doing this:
foreach($myArray as $key => $unused) {
//use $key here
}
Is there a way to do this without having to specify the $unused value?
|
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
|||||
|