echo '<pre>'; print_r($your_array); echo '</pre>';. This will not show you type/size of the array elements as var_dump but will show you full ...
確定! 回上一頁