Posts by TorZ • 11 points
1 post
-
1
votes3
answers1122
viewsA: Is it possible to manipulate PHP errors via code?
You can set a function as callback if there are errors. set_error_handler() http://php.net/manual/en/function.set-error-handler.php function LogErro($errno, $errstr, $errfile, $errline) { //o que…