> * 讀入數據()
`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類
- 中文編譯
- 進行編寫
- 對照表介紹
- 對照表
- 系統結構
- 常用操作
- 字符操作
- 數組操作
- 文件操作
- 邏輯操作
- 計算操作
- 進制轉換
- 其他
- 系統常量
- 入口文件
- 其他
- 更新日志