时间:2021-07-01 10:21:17 帮助过:19人阅读
for($i = ; $i < 100; $i++) { file_put_contents('dir/file'.$i, ''); } ?> Average time: 0,1145s 代码如下:for($i = ; $i < 100; $i++) { touch('dir/file'.$i); } ?> Average time: 0,2322s 所以,file_put_contents比touch快,大约两倍。
for($i = ; $i < 100; $i++) { touch('dir/file'.$i); } ?> Average time: 0,2322s 所以,file_put_contents比touch快,大约两倍。
< 上一篇
二招解决php乱码问题_PHP
下一篇 >
比file_get_contents稳定的curl_get_contents分享_PHP
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册