Element index for package default
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ z ]
a
- app
- in file base.php, method Loader::app()
加载并运行应用程序对象
- APP_DEBUG
- in file base.php, constant APP_DEBUG
系统默认在调试模式下运行(支持自定义常量或环境变量app_debug),建议在生产系统中配置环境变量为false
- APP_DEBUG_LEVEL
- in file base.php, constant APP_DEBUG_LEVEL
系统错误信息显示级别(支持自定义)
- APP_PATH
- in file base.php, constant APP_PATH
应用目录(支持自定义)
- ASSETS_PATH
- in file base.php, constant ASSETS_PATH
资源文件路径
- array2html
- in file system.php, function array2html()
将数组转换数据为字符串表示的形式,支持其中变量设置
- array2string
- in file system.php, function array2string()
将数组转换为字符串
- array_map_deep
- in file system.php, function array_map_deep()
使用特定function对数组中所有元素做处理
- assets
- in file system.php, function assets()
导入静态文件路径 如:'js/show.js@daoke:home',则返回/assets/app/home/daoke/js/show.js
top
b
- base.php
- procedural page base.php
- base64
- in file system.php, function base64()
改进后base64加密或解密
top
c
- CACHE_PATH
- in file base.php, constant CACHE_PATH
缓存文件目录(权限为可读写)
- config
- in file base.php, method Loader::config()
配置文件加载
- controller
- in file base.php, method Loader::controller()
控制器加载
- C
- in file system.php, function C()
获取系统配置信息
- cut_str
- in file system.php, function cut_str()
主要用于截取从0开始的任意长度的字符串(完整无乱码)
top
d
- DEFAULT_APP_NAME
- in file base.php, constant DEFAULT_APP_NAME
默认应用名称(支持自定义),如果设置为空(""),则不使用多应用模式
- DEFAULT_HOST
- in file base.php, constant DEFAULT_HOST
默认主机,命令行模式时使用(支持定义环境变量default_host)
- DS
- in file base.php, constant DS
系统目录分隔符
- dir_copy
- in file dir.php, function dir_copy()
拷贝目录及下面所有文件
- dir_create
- in file dir.php, function dir_create()
创建目录
- dir_delete
- in file dir.php, function dir_delete()
删除目录及目录下面的所有文件
- dir_iconv
- in file dir.php, function dir_iconv()
转换目录下面的所有文件编码格式
- dir_list
- in file dir.php, function dir_list()
列出目录下所有文件
- dir_path
- in file dir.php, function dir_path()
功能:转化 \ 为 /
- dir_touch
- in file dir.php, function dir_touch()
设置目录下面的所有文件的访问和修改时间
- dir_tree
- in file dir.php, function dir_tree()
返回目录列表
- dump
- in file system.php, function dump()
输出变量信息
- dir.php
- procedural page dir.php
top
e
- env
- in file base.php, method Loader::env()
系统环境变量加载
- e
- in file system.php, function e()
生成错误异常
- env
- in file system.php, function env()
获取环境变量(键名不区分大小写)
- exception.php
- procedural page exception.php
top
f
- F
- in file system.php, function F()
快速文件数据读取和保存 针对简单类型数据 字符串、数组
- fastlog
- in file system.php, function fastlog()
快速日志记录(支持日志分割及文件增量清理)
- fileext
- in file system.php, function fileext()
取得文件扩展名(小写)
- filelist
- in file system.php, function filelist()
从指定目录根据知道路径读取文件列表(只检索当前目录)
top
g
- G
- in file system.php, function G()
记录和统计时间(微秒)和内存使用情况
- getip
- in file system.php, function getip()
获取真实IP地址
- get_remote_file
- in file system.php, function get_remote_file()
获取远程文件(自动支持GET/POST方法)
top
top
top
k
- KERNEL_PATH
- in file base.php, constant KERNEL_PATH
内核框架路径
top
l
- Loader
- in file base.php, class Loader
系统加载器
- LOGS_PATH
- in file base.php, constant LOGS_PATH
日志目录(权限为可读写)
- L
- in file system.php, function L()
语言转化
top
m
- mail.php
- procedural page mail.php
- M
- in file system.php, function M()
模型快速操作
- mail_send
- in file mail.php, function mail_send()
发送邮件
- mail_send_log
- in file mail.php, function mail_send_log()
发送日志记录
- make
- in file system.php, function make()
从容器中返回给定类型名称的实例
top
p
- parse_name
- in file system.php, function parse_name()
字符串命名风格转换
top
r
- ROOT_PATH
- in file base.php, constant ROOT_PATH
入口文件根目录路径(支持自定义)
- random
- in file system.php, function random()
从提供的字符串中,产生随机字符串
top
s
- STEEZE_VERSION
- in file base.php, constant STEEZE_VERSION
系统当前版本号
- STORAGE_PATH
- in file base.php, constant STORAGE_PATH
数据存储目录(支持自定义,权限为可读写)
- STORAGE_TYPE
- in file base.php, constant STORAGE_TYPE
文件存储类型
- SYS_START_TIME
- in file base.php, constant SYS_START_TIME
系统开始时间值
- system.php
- procedural page system.php
- S
- in file system.php, function S()
缓存管理
- safe_replace
- in file system.php, function safe_replace()
安全过滤函数
- session
- in file system.php, function session()
session管理函数
- simplify_ds
- in file system.php, function simplify_ds()
简化路径
- sizeformat
- in file system.php, function sizeformat()
转换字节数为其他单位
- slashes
- in file system.php, function slashes()
返回经addslashes处理过的字符串或数组
- string2array
- in file system.php, function string2array()
将字符串转换为数组
- strlen_utf8
- in file system.php, function strlen_utf8()
统计utf-8字符长度
- sys_auth
- in file system.php, function sys_auth()
系统动态加密解密可以设置过期时间的字符串(通常用于授权)
- sys_crypt
- in file system.php, function sys_crypt()
系统加密解密的字符串
top
t
- template
- in file system.php, function template()
处理界面模板(包括管理后台、前台和插件)
- thumb
- in file system.php, function thumb()
生成缩略图
- timeformat
- in file system.php, function timeformat()
转换字节数为其他单位
- to_string
- in file system.php, function to_string()
将对象或数组转换为JSON字符串
- trace
- in file system.php, function trace()
添加和获取页面Trace记录
- trim_script
- in file system.php, function trim_script()
转义 javascript 代码标记
top
u
- UPLOAD_PATH
- in file base.php, constant UPLOAD_PATH
文件上传目录路径
- USE_DEFUALT_HANDLE
- in file base.php, constant USE_DEFUALT_HANDLE
当找不到处理器时,是否使用默认处理器(支持自定义常量或环境变量use_defualt_handle)
- U
- in file system.php, function U()
URL组装 支持不同URL模式
top
v
- VENDOR_PATH
- in file base.php, constant VENDOR_PATH
应用目录(支持自定义)
top
top
Powered by Steeze. author email: spring.wind2006@163.com
|