㈠ PHP自带的日志是怎么写入和查看的呢
查看PHP错误日志 可以在命令行里面输入: find . -name error.logtailf -f error.log写入日志,有固定的函数error_log($str, 3, filename)