Skip to content

Instantly share code, notes, and snippets.

@dianjuar
Last active October 2, 2016 20:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dianjuar/b74709f4433985c73e5df1ad37e2e3fb to your computer and use it in GitHub Desktop.
Save dianjuar/b74709f4433985c73e5df1ad37e2e3fb to your computer and use it in GitHub Desktop.
Simple PHP Variable Printing with Structure
<?php
print( '<pre>'.print_r($var,true).'</pre>' );

Written with StackEdit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment