Skip to content

Instantly share code, notes, and snippets.

@commix
Created October 4, 2012 01:04
Show Gist options
  • Save commix/3830892 to your computer and use it in GitHub Desktop.
Save commix/3830892 to your computer and use it in GitHub Desktop.
PHP: Print Defined Variables
<?php
$vars = get_defined_vars();
echo '<pre>' . print_r($vars, 1) . '</pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment