traverse array of array in PHP code example Example: php loop through array foreach($array as $item=>$values){ echo $values->filepath; }