美文网首页
PHP error_log 输出日志和调试信息

PHP error_log 输出日志和调试信息

作者: 七彩邪云 | 来源:发表于2019-01-07 10:58 被阅读0次

bool error_log ( string $message [, int $message_type = 0 [, string $destination [, string $extra_headers ]]] )

示例:

error_log("\r\n".'aa mm::::login==', 3, '/www/wwwroot/aac/log/errorLog11.log');

在平常调试问题时非常实用!

相关文章

网友评论

      本文标题:PHP error_log 输出日志和调试信息

      本文链接:https://www.haomeiwen.com/subject/aagyrqtx.html