dongzaliang4492 2014-12-07 15:55
浏览 53

PHP文件删除权限被拒绝

I need to delete files in php and i keep getting this error: N.B : I noticed that all files are deleted except one that causes the error:

Warning: unlink(c:/wamp/www/EmploiPublic/app/Resources/sessions/sess_f0g4jsreposgbv6dkt36sud0v6): Permission denied

$files = glob('c:/wamp/www/EmploiPublic/app/Resources/sessions/*'); // get all file names
foreach($files as $file){ // iterate files
   chown($file, 0777);
   chmod($file, 0777);
   if(is_file($file)){
      unlink($file); // delete file
   }
}
  • 写回答

1条回答 默认 最新

  • dopr25398 2014-12-07 17:22
    关注

    Your chown is not correct.

    http://php.net/manual/en/function.chown.php

    The second parameter is die username or userid.

    评论

报告相同问题?

悬赏问题

  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器