• 2026-01-11
PHP中创建空文件的代码[file_put_contents vs touch]

php中用file_put_contents比touch快,大约两倍左右。...

11