> * 输出()
`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类
- 中文编译
- 进行编写
- 对照表介绍
- 对照表
- 系统结构
- 常用操作
- 字符操作
- 数组操作
- 文件操作
- 逻辑操作
- 计算操作
- 进制转换
- 其他
- 系统常量
- 入口文件
- 其他
- 更新日志