file_put_contents("/www/wwwroot/cjt/data/log/log-" . date("Y-m-d", time()) . "-excel.txt", $arr['mobile'] . "手机号发送失败 \r\n", FILE_APPEND);
file_put_contents()服务器打印日志
最新推荐文章于 2021-03-12 16:07:28 发布
file_put_contents("/www/wwwroot/cjt/data/log/log-" . date("Y-m-d", time()) . "-excel.txt", $arr['mobile'] . "手机号发送失败 \r\n", FILE_APPEND);