Skip to content

Instantly share code, notes, and snippets.

@Pum-purum
Last active June 13, 2017 07:56
Show Gist options
  • Save Pum-purum/2f1a565a7cfc4ebc90949b435bbaf1a1 to your computer and use it in GitHub Desktop.
Save Pum-purum/2f1a565a7cfc4ebc90949b435bbaf1a1 to your computer and use it in GitHub Desktop.
function dd
function dd ($param)
{
global $USER;
if ($USER->IsAdmin()) {
echo "<pre>";
var_dump($param);
echo "</pre>";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment