function printItem($n){ echo $n['filename']; echo $n['filepath']; } array_map('printItem', $array);. This will allow you to manipulate the data ...
確定! 回上一頁