Skip to content

Instantly share code, notes, and snippets.

@A973C
Created May 16, 2021 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save A973C/82f483a5246211811e44ebf9ac8d9e9f to your computer and use it in GitHub Desktop.
Save A973C/82f483a5246211811e44ebf9ac8d9e9f to your computer and use it in GitHub Desktop.
Pretty print array php
<?php
print("<pre>".print_r($array_data,true)."</pre>");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment