Created
February 3, 2017 23:11
-
-
Save ederrafo/05bce9891fe0cfce9b02a7c2dfd8762b to your computer and use it in GitHub Desktop.
php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Using error_log() with print_r() to gracefully debug PHP | |
error_log(print_r($number,true)); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment