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