Here is the shortest code which one have to solve this topic problem of - Iterate Through All an Array's Items Using For Loops We have defined a function, filteredArray, which takes arr, a nested ...
$aVar[0] = "My" ; Add item 'My' to position 0 of array $aVar[1] = "First" ; Add item 'First' to position 1 of array $aVar[2] = "Array" ; Add item 'Array' to position ...