> * 普通延遲()
`int sleep ( int $seconds )`
> * 微秒延遲()
`void usleep ( int $micro_seconds )`
> * 設置ini()
`string ini_set ( string $varname , string $newvalue )`
> * 獲取ini()
`string ini_get ( string $varname )`
> * 取所有配置()
`array ini_get_all ([ string $extension [, bool $details = true ]] )`
> * 載入擴展()
`bool dl ( string $library )`
> * 是否字符()
`bool is_string ( mixed $var )`
> * 是否整數()
`bool is_int ( mixed $var )`
> * 是否資源()
`bool is_resource ( mixed $var )`
> * 是否數組()
`bool is_array ( mixed $var )`
> * 是否對象()
`bool is_object ( mixed $var )`
> * 是否邏輯()
`bool is_bool ( mixed $var )`
> * 是否目錄()
`bool is_dir ( string $filename )`
> * 是否可執行()
`bool is_executable ( string $filename )`
> * 是否浮點()
`bool is_float ( mixed $var )`
> * 是否為null()
`bool is_null ( mixed $var )`
> * 字符是否數值()
`bool is_numeric ( mixed $var )`
> * 是否為子類()
`bool is_subclass_of ( object $object , string $class_name )`
> * 是否HTTP上傳()
`bool is_uploaded_file ( string $filename )`
> * 是否設置()
`bool isset ( mixed $var [, mixed $... ] )`
> * 是否為空()
`bool empty ( mixed $var )`
> * 是否文件()
`bool is_file ( string $filename )`
> * 是否可寫()
`bool is_writable ( string $filename )`
> * 是否可讀()
`bool is_readable ( string $filename )`
- 基本使用
- 安裝
- 結構
- 規范
- 命名空間
- 控制器
- 注意事項
- 系統方法
- 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類
- 中文編譯
- 進行編寫
- 對照表介紹
- 對照表
- 系統結構
- 常用操作
- 字符操作
- 數組操作
- 文件操作
- 邏輯操作
- 計算操作
- 進制轉換
- 其他
- 系統常量
- 入口文件
- 其他
- 更新日志