[code]

$time 为时间 年/月/日

如果目录不存在 就按照此目录创建

$scrom_path='./Upload/'.$time.'/';// 设置附件上传目录
$folderss = dirname($scrom_path);
file_exists($folderss) or mkdir($folderss);// 检查目录是否存在

[/code] 

相关文章:

  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-09-18
  • 2022-12-23
  • 2022-02-15
猜你喜欢
  • 2021-07-28
  • 2022-02-21
  • 2021-08-25
  • 2021-09-11
  • 2021-09-07
  • 2021-06-26
  • 2022-02-16
相关资源
相似解决方案