Created
December 2, 2015 15:37
-
-
Save leite/0803c68418151e1ddbe5 to your computer and use it in GitHub Desktop.
wtf!
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
# log / debug | |
$filename = $this->api_json . 'debug.txt'; | |
$fp = fopen($filename, 'w'); | |
fwrite($fp, "\n\n------- スタート " . $debug['date_start'] . " ----------\n\n"); | |
//fwrite($fp, print_r($result, true)); | |
fwrite($fp, "\n\n------- 終わり " . $debug['date_end'] . " ----------\n\n"); | |
fclose($fp); | |
echo "end\n"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment