由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - PHP拷贝文件(copy),文件名有空格的问题求解
相关主题
新手弱问:怎么让VC记住新添加的库文件?what's wrong with this scripts?variable passing?
问个G的GFS 和 F的haystack架构问题吗一个怪怪的bug
should the .dll and .lib have the same name?cgi测试newbee问题
a PERL opendir/readdir questionremove a module from cvs
c的小问题sdk那个register directories with vs有什么用?
scala最烦人的是build太不容易了help with PHP programming!!! (转载)
copy constructor 问题PHP语法一问
*** help needed! on MATLAB GUI ***How to fix this? /bin/ls: Argument list too long
相关话题的讨论汇总
话题: copy话题: 肿莫破话题: php话题: file话题: 拷贝
进入Programming版参与讨论
1 (共1页)
s****a
发帖数: 6521
1
$f = 'file name.txt'
copy('file name.txt','filename.txt'); ##没问题;
copy($f,'filename.txt'); 就有warning : The first argument to copy() function
cannot be a directory
肿莫破?
s****a
发帖数: 6521
2
补充:虽然有warning,但是文件却会被拷贝成功。
再补充:虽然拷贝成功了,但由于有warning,有时候仍然会出问题。比如一次拷贝上
千个文件,结果可能是因为warning太多,或是因为页面超时,无法完成所有文件的拷
贝。
t***a
发帖数: 416
3
我估计是超时,你可以看看设置set_time_limit(), 把这个值搞大点,看看能不能好

【在 s****a 的大作中提到】
: 补充:虽然有warning,但是文件却会被拷贝成功。
: 再补充:虽然拷贝成功了,但由于有warning,有时候仍然会出问题。比如一次拷贝上
: 千个文件,结果可能是因为warning太多,或是因为页面超时,无法完成所有文件的拷
: 贝。

s****a
发帖数: 6521
4


超时问题就算解决了,但这个拷贝问题,肿莫破?

【在 t***a 的大作中提到】
: 我估计是超时,你可以看看设置set_time_limit(), 把这个值搞大点,看看能不能好
t***a
发帖数: 416
5
我以前好像没发现php会对文件名中空格这么敏感啊。。。。要不你把空格换成%20试试
看。。。是不是你的php版本太老了?

【在 s****a 的大作中提到】
:
: 好
: 超时问题就算解决了,但这个拷贝问题,肿莫破?

1 (共1页)
进入Programming版参与讨论
相关主题
How to fix this? /bin/ls: Argument list too longc的小问题
请教一个弱弱问题,关于#include的pathnamescala最烦人的是build太不容易了
问一个打开文件的问题copy constructor 问题
匹配问题 (转载)*** help needed! on MATLAB GUI ***
新手弱问:怎么让VC记住新添加的库文件?what's wrong with this scripts?variable passing?
问个G的GFS 和 F的haystack架构问题吗一个怪怪的bug
should the .dll and .lib have the same name?cgi测试newbee问题
a PERL opendir/readdir questionremove a module from cvs
相关话题的讨论汇总
话题: copy话题: 肿莫破话题: php话题: file话题: 拷贝