> * 分割字符()
`array explode ( string $delimiter , string $string [, int $limit ] )`
> * base64編碼()
`string base64_encode ( string $data )`
> * base64_decode()
`string base64_decode ( string $data [, bool $strict = false ] )`
> * 字符替換()
`mixed str_replace ( mixed $search , mixed $replace , mixed $subject [, int &$count ] )`
> * 反轉字符()
`string strrev ( string $string )`
> * 取首次出現位置()
`int strrpos ( string $haystack , string $needle [, int $offset = 0 ] )`
> * 轉大寫()
`string strtoupper ( string $string )`
> * 轉小寫()
`string strtolower ( string $str )`
> * 移除字符尾部()
`string rtrim ( string $str [, string $charlist ] )`
> * 移除字符頭部()
`string ltrim ( string $str [, string $charlist ] )`
> * 移除首尾字符()
`string trim ( string $str [, string $charlist = " \t\n\r\0\x0B" ] )`
> * 到時間戳()
`int strtotime ( string $time [, int $now = time() ] )`
> * json編碼()
`string json_encode ( mixed $value [, int $options = 0 ] )`
> * json解碼()
`mixed json_decode ( string $json [, bool $assoc = false [, int $depth = 512 [, int $options = 0 ]]] )`
> * url編碼()
`string urlencode ( string $str )`
> * url解碼()
`string urldecode ( string $str )`
> * 取字符長度()
`int strlen ( string $string )`
> * 過濾HTML字符()
`string htmlspecialchars ( string $string [, int $flags = ENT_COMPAT | ENT_HTML401 [, string $encoding = 'UTF-8' [, bool $double_encode = true ]]] )`
> * 打亂字符()
`string str_shuffle ( string $str )`
> * 字符轉數組()
`array str_split ( string $string [, int $split_length = 1 ] )`
> * 替換字符()
`mixed str_replace ( mixed $search , mixed $replace , mixed $subject [, int &$count ] )`
> * 截取字符()
`string substr ( string $string , int $start [, int $length ] )`
> * 截取中文字符()
`string mb_substr ( string $str , int $start [, int $length = NULL [, string $encoding = mb_internal_encoding() ]] )`
> * 取中文字符長度()
`mixed mb_strlen ( string $str [, string $encoding = mb_internal_encoding() ] )`
> * 取字符首次位置()
`string strstr ( string $haystack , mixed $needle [, bool $before_needle = false ] )`
> * 查找字符()
`string strpbrk ( string $haystack , string $char_list )`
> * 字符出現次數()
`int substr_count ( string $haystack , string $needle [, int $offset = 0 [, int $length ]] )`
> * 中文字符出現次數()
`int mb_substr_count ( string $haystack , string $needle [, string $encoding = mb_internal_encoding() ] )`
- 基本使用
- 安裝
- 結構
- 規范
- 命名空間
- 控制器
- 注意事項
- 系統方法
- 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類
- 中文編譯
- 進行編寫
- 對照表介紹
- 對照表
- 系統結構
- 常用操作
- 字符操作
- 數組操作
- 文件操作
- 邏輯操作
- 計算操作
- 進制轉換
- 其他
- 系統常量
- 入口文件
- 其他
- 更新日志