gpt4 book ai didi

PHP file_exists 但重命名失败 "No such file or directory..."?

转载 作者:可可西里 更新时间:2023-11-01 00:00:37 26 4
gpt4 key购买 nike

<分区>

考虑到有问题的文件的创建有点滞后于有问题的函数,我尝试运行一个 while 循环来争取一点时间,然后再调用重命名。

$no_file = 1;   
while($no_file && $no_file < 300)
{ // generation of Worksheet.xls may lag behind function -- WAIT FOR IT
if(file_exists($old_path))
{ $no_file = 0;
rename($old_path, $new_path);
} else $no_file++;
}
if($no_file) die("Error: Worksheet.xls not found");

在这个配置中,我认为 rename() 只能在 file_exists() 返回 true 时被调用,但对于我的生活我无法弄清楚如何/为什么 rename() 被调用然后返回失败...

PHP Warning: rename(C:\wamp\www\demox/wp-content/plugins/cat-man/store-manager/summary/worksheets/Worksheet.xls,C:\wamp\www\demox/wp-content/plugins/cat-man/store-manager/summary/statements/TESTING/2012/Worksheet.xls) No such file or directory...

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com