php 文件,文件夹操作(创建、删除、移动、复制)

2013.11.25 No Comments

另一种调用方式:

$fu = new FileUtil();
$fu->copyFile('a/1/2/3', 'a/1/2/4');

评论已关闭。