You can use the function error_log() . A simple example from here would be like ini_set("log_errors", 1); ini_set("error_log", "/tmp/php-error.log"); ...
確定! 回上一頁