> * 读入数据()
`string file_get_contents ( string $filename [, bool $use_include_path = false [, resource $context [, int $offset = -1 [, int $maxlen ]]]] )`
> * 写出数据()
`int file_put_contents ( string $filename , mixed $data [, int $flags = 0 [, resource $context ]] )`
> * 文件是否存在()
`bool file_exists ( string $filename )`
> * 取文件名()
`string basename ( string $path [, string $suffix ] )`
> * 取目录()
`string dirname ( string $path )`
> * 取路径信息()
`mixed pathinfo ( string $path [, int $options = PATHINFO_DIRNAME | PATHINFO_BASENAME | PATHINFO_EXTENSION | PATHINFO_FILENAME ] )`
> * 取文件类型()
`string filetype ( string $filename )`
> * 取文件大小()
`int filesize ( string $filename )`
> * 取磁盘可用空间()
`float disk_free_space ( string $directory )`
> * 打开文件()
`resource fopen ( string $filename , string $mode [, bool $use_include_path = false [, resource $context ]] )`
> * 写出文件()
`int fwrite ( resource $handle , string $string [, int $length ] )`
> * 关闭文件()
`bool fclose ( resource $handle )`
> * 取文件列表()
`array scandir ( string $directory [, int $sorting_order [, resource $context ]] )`
> * 取文件访问时间()
`int fileatime ( string $filename )`
> * 取文件修改时间()
`int filemtime ( string $filename )`
> * 取文件所有者()
`int fileowner ( string $filename )`
> * 取文件权限()
`int fileperms ( string $filename )`
> * 新建目录()
`bool mkdir ( string $pathname [, int $mode = 0777 [, bool $recursive = false [, resource $context ]]] )`
> * 删除文件()
`bool unlink ( string $filename [, resource $context ] )`
> * 移动上传文件()
`bool move_uploaded_file ( string $filename , string $destination )`
> * 读取一行()
`string readline ([ string $prompt ] )`
> * 输出文件()
`int readfile ( string $filename [, bool $use_include_path = false [, resource $context ]] )`
> * 拷贝文件()
`bool copy ( string $source , string $dest [, resource $context ] )`
> * 删除目录()
`bool rmdir ( string $dirname [, resource $context ] )`
- 基本使用
- 安装
- 结构
- 规范
- 命名空间
- 控制器
- 注意事项
- 系统方法
- Action方法
- Libs方法
- Config方法
- Receive方法
- Db方法
- Success方法
- Error方法
- Cache方法
- Session方法
- Cookie方法
- Show方法
- Assign方法
- Fetch方法
- Url方法
- Glovar方法
- Yun方法
- 系统配置
- System配置
- Mysql配置
- View配置
- Url配置
- 数据模型
- 连接数据库
- 添加数据
- 删除数据
- 修改数据
- 查询数据
- 连贯操作
- alias
- field
- where
- join
- order
- limit
- group
- union
- page
- 其他操作
- 执行Mysql语句
- 模板视图
- 变量输出
- 展示模板
- 获取内容
- 运算符
- 模板函数
- 使用框架方法
- 访问操作
- 默认访问
- 静态化
- 扩展类库
- Image类
- Http类
- File类
- 中文编译
- 进行编写
- 对照表介绍
- 对照表
- 系统结构
- 常用操作
- 字符操作
- 数组操作
- 文件操作
- 逻辑操作
- 计算操作
- 进制转换
- 其他
- 系统常量
- 入口文件
- 其他
- 更新日志