比如有这样一个数组,毫无规律,怎么遍历?$arr=array(
 array(array('val1','val2','val3'),'aa','bb'),
 'php',
'apache',
 array('hello','world')
);