> * 輸出()
`void echo ( string $arg1 [, string $... ] )`
> * 打印()
`bool print_r ( mixed $expression [, bool $return ] )`
> * 設置常量()
`bool define ( string $name , mixed $value [, bool $case_insensitive = false ] )`
> * 移除變量()
`void unset ( mixed $var [, mixed $... ] )`
> * 引用(`文件路徑 string`)
`include()`
> * 引用一次(`文件路徑 string`)
`include_once()`
> * 播隨機數種子()
`void srand ([ int $seed ] )`
> * 取更好的隨機數()
`int mt_rand ( int $min , int $max )`
> * 播下更好隨機數種子()
`void mt_srand ([ int $seed ] )`
> * 結束()
`void exit ([ string $status ] )`
> * 調試()
`void var_dump ( mixed $expression [, mixed $... ] )`
> * 取隨機數()
`int rand ( int $min , int $max )`
> * 單向字符單列()
`string crypt ( string $str [, string $salt ] )`
> * 規范化路徑()
`string realpath ( string $path )`
> * sha散列值()
`string sha1 ( string $str [, bool $raw_output = false ] )`
> * 執行正則()
`int preg_match ( string $pattern , string $subject [, array &$matches [, int $flags = 0 [, int $offset = 0 ]]] )`
> * 執行全局正則()
`int preg_match_all ( string $pattern , string $subject [, array &$matches [, int $flags = PREG_PATTERN_ORDER [, int $offset = 0 ]]] )`
> * 執行正則替換()
`mixed preg_replace ( mixed $pattern , mixed $replacement , mixed $subject [, int $limit = -1 [, int &$count ]] )`
> * 執行正則替換并回調()
`mixed preg_replace_callback ( mixed $pattern , callable $callback , mixed $subject [, int $limit = -1 [, int &$count ]] )`
> * 取時間戳()
`time()`
> * 取日期()
`string date ( string $format [, int $timestamp ] )`
> * 取當前路徑()
`__FILE__`
> * 取當前行號()
`__LINE__`
> * 取當前目錄()
`__DIR__`
> * 取當前方法名()
`__FUNCTION__`
> * 取當前類名()
`__CLASS__`
- 基本使用
- 安裝
- 結構
- 規范
- 命名空間
- 控制器
- 注意事項
- 系統方法
- 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類
- 中文編譯
- 進行編寫
- 對照表介紹
- 對照表
- 系統結構
- 常用操作
- 字符操作
- 數組操作
- 文件操作
- 邏輯操作
- 計算操作
- 進制轉換
- 其他
- 系統常量
- 入口文件
- 其他
- 更新日志