I has passed a small test to check which fun(本文来)源gaodaimacom搞#^代%!码&网(
搞gaodaima代码
ction is faster to create a new file.
file_put_contents vs touch
<BR><?php <BR>for($i = ; $i < 100; $i++) <BR>{ <BR>file_put_contents('dir/file'.$i, ''); <BR>} <BR>?> <BR>
Average time: 0,1145s
<BR><?php <BR>for($i = ; $i < 100; $i++) <BR>{ <BR>touch('dir/file'.$i); <BR>} <BR>?> <BR>
Average time: 0,2322s
所以,file_put_contents比touch快,大约两倍。