如何在php

时间:2018-06-15 10:00:32

标签: php

        $currectdir= getcwd();
        echo ">path>".$folder="{$currectdir}\\video\\{$std1}";
        if(is_dir($folder))
        {
          echo "is in loop";
          echo ">>".$newpath="{$currectdir}\\video\\{$std}";
          $done=rename($folder,$newpath);
          var_dump($done);
        }
  

错误:   警告:重命名(C:\ xampp \ htdocs \ elearingapp \ _video \ 5,C:\ xampp \ htdocs \ elearingapp \ _ video \ 6):文件名,目录名或卷标语法不正确。第31行的C:\ xampp \ htdocs \ elearingapp \ std_view.php中的(代码:123)   布尔(假)

1 个答案:

答案 0 :(得分:0)