摘要: php手册:bool rename ( string oldname, string newname [, resource context] )尝试把 oldname 重命名为 newname。 如果成功则返回 TRUE,失败则返回 FALSE。例子:rename( 'tempFile.txt',... 阅读全文
posted @ 2015-08-17 16:46 dinoy 阅读(4235) 评论(0) 推荐(0)