摘要: ```php $str = ''; for ($i = 0; $i < 1000100; $i++) { $str .= uniqid() . PHP_EOL; } return file_put_contents('1.log', $str); ``` ![](https://img2023.cn 阅读全文
posted @ 2023-07-22 21:13 小枫同学 阅读(19) 评论(0) 推荐(0) 编辑