To see the contents of array you can use. 1) print_r($array); or if you want nicely formatted array then: echo '<pre>'; print_r($array); ...
確定! 回上一頁