I can do a function with formatting, like so: function vardump($var) { echo ''; var_dump($var); echo ' '; } and use it instead of var_dump.
確定! 回上一頁