Skip to content

Instantly share code, notes, and snippets.

@olto
Created January 10, 2016 06:18
Show Gist options
  • Select an option

  • Save olto/85df84b2983dcb30e6e2 to your computer and use it in GitHub Desktop.

Select an option

Save olto/85df84b2983dcb30e6e2 to your computer and use it in GitHub Desktop.
<?php
function debug($variable) {
echo '<pre>' . print_r($variable, true) . '</pre>';
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment