Skip to content

Instantly share code, notes, and snippets.

@seriiserii825
Created February 9, 2018 22:36
Show Gist options
  • Save seriiserii825/7b1f9029c351b6ff7afe5a04ddd76164 to your computer and use it in GitHub Desktop.
Save seriiserii825/7b1f9029c351b6ff7afe5a04ddd76164 to your computer and use it in GitHub Desktop.
dumper php
function dumper2() {
echo '<pre>'.print_r(func_get_args(), true).'</pre>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment