If given an array, values will be presented in a format that shows keys and elements. ... <?php function print_r2($val){ echo '<pre>'; print_r($val);
確定! 回上一頁