Skip to content

Instantly share code, notes, and snippets.

@GodSaveEarth
Created May 18, 2019 12:31
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 GodSaveEarth/fb4da8e0ae8115e4bb5fe7ac7ad3d0e1 to your computer and use it in GitHub Desktop.
Save GodSaveEarth/fb4da8e0ae8115e4bb5fe7ac7ad3d0e1 to your computer and use it in GitHub Desktop.
function l($s) {
$fp = fopen(dirname(__FILE__)."/request.log", "a+");
fputs($fp, print_r($s, true));
fputs($fp, "\r\n\r\n");
fclose($fp);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment