导航
系统开发首页
使用手册
插件手册
米拓商城
模板制作
应用开发
系统开发
http://doc.metinfo.cn/dev/
1
系统开发首页
第二章 基础
2.6.系统函数
2.6.7.file.func.php 文件处理函数
更新时间:2020-02-19 11:22:09
作者:米拓建站
| 方法 | 说明 | | ------------ | ------------ | | [makedir() ](http://doc.metinfo.cn/dev/classfun/classfun176.html "makedir() ")| 检测文件夹是否存在,不存在则新建文件夹。 | | [makefile() ](http://doc.metinfo.cn/dev/classfun/classfun177.html "makefile() ")| 检测文件是否存在,不存在则新建文件。 | | [copydir()](http://doc.metinfo.cn/dev/classfun/classfun178.html "copydir()") | 复制文件夹。 | | [copyfile()](http://doc.metinfo.cn/dev/classfun/classfun179.html "copyfile()") | 复制文件。 | | [movedir()](http://doc.metinfo.cn/dev/classfun/classfun180.html "movedir()") | 移动文件夹。 | | [movefile()](http://doc.metinfo.cn/dev/classfun/classfun181.html "movefile()") | 移动文件。 | | [deldir()](http://doc.metinfo.cn/dev/classfun/classfun182.html "deldir()") | 删除文件夹。 | | [delfile()](http://doc.metinfo.cn/dev/classfun/classfun183.html "delfile()") | 删除文件。 | | [path_absolute()](http://doc.metinfo.cn/dev/classfun/classfun184.html "path_absolute()") | 相对路径转绝对路径。 | | [path_relative()](http://doc.metinfo.cn/dev/classfun/classfun185.html "path_relative()") | 绝对路径转相对路径。 | | [getfilesize()](http://doc.metinfo.cn/dev/classfun/classfun186.html "getfilesize()") | 获取文件的大小。 | | [getfileable()](http://doc.metinfo.cn/dev/classfun/classfun187.html "getfileable()") | 获取文件的后缀名。 | | [unzipfile()](http://doc.metinfo.cn/dev/classfun/classfun188.html "unzipfile()") | zip压缩文件解压。 | | [zipfile()](http://doc.metinfo.cn/dev/classfun/classfun189.html "zipfile()") | 生成zip压缩文件。 | |[ getdirpower()](http://doc.metinfo.cn/dev/classfun/classfun190.html " getdirpower()") | 验证文件夹是否有写权限。 | | [getfilepower()](http://doc.metinfo.cn/dev/classfun/classfun191.html "getfilepower()") | 验证文件是否有写权限。 | |[ modifydirpower() ](http://doc.metinfo.cn/dev/classfun/classfun192.html " modifydirpower() ")| 修改文件夹权限。 | | [modifyfilepower()](http://doc.metinfo.cn/dev/classfun/classfun193.html "modifyfilepower()") | 修改文件权限。 | | [traversal()](http://doc.metinfo.cn/dev/classfun/classfun194.html "traversal()") | 遍历某个文件。并返回所有文件。 | | scan_dir() | 遍历当前文件夹 |
上一篇
: 2.5.15.thumb.class.php 缩略图类
下一篇
: 2.4.2.$_M