标签: php file random
我在教程中看到了这段代码。
是否将随机数预先固定到文件名中?
$file = rand(1000,100000)."-".$_FILES['file']['name'];