Created
July 7, 2020 14:24
-
-
Save simongcc/43d4e08723c01c64f38246991ef94213 to your computer and use it in GitHub Desktop.
This file contains 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 | |
var_dump($this->request); | |
if( strpos( $this->request, 'SQL_CALC_FOUND_ROWS' ) > 0 ) { | |
file_put_contents('/volumes/ram/test_'. time() .'.txt', $this->request); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment