<?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