\framework\src\languagezh_cn

Summary

Methods
Properties
Constants
error_type_message()
error_message_title()
error_trigger_title()
error_trigger_type()
error_trigger_message()
error_trigger_location()
error_trigger_backtrace()
error_trigger_context()
error_log_request()
error_log_title()
error_log_type()
error_log_message()
error_log_location()
error_log_backtrace()
error_log_context()
htmlprint_title()
htmlprint_h2()
htmlprint_div()
htmlprint_p()
htmlprint_footer()
printexit_title()
printexit_sort()
printexit_content()
debug_file_line()
debug_file_backtrace()
object_class_exists()
func_args_exists()
func_args_illegal()
func_method_exists()
template_compile_empty()
template_compile_failure()
template_cache_folder_name_illegal()
template_cache_php_mkdir_failure()
template_cache_html_mkdir_failure()
template_path_empty()
template_path_type()
template_path_exists()
template_config_cache_empty()
template_config_cache_illegal()
db_key_exists()
db_class_exists()
db_cache_folder_name_illegal()
db_cache_dir_mkdir()
db_call_method_empty()
db_call_method_illegal()
db_connect()
db_base_exists()
db_create_base()
db_base_select()
db_charset_exists()
db_charset_set()
db_session_start()
db_session_update_id_illegal()
db_session_table_illegal()
db_session_table_exists()
db_session_table_field_illegal()
db_session_table_field_type()
db_session_id_define()
db_session_id_illegal()
db_session_expire_time_define()
db_session_expire_time_illegal()
db_lock_start()
db_lock_timeout()
db_work_table_exists()
db_import_data_empty()
db_import_file_illegal()
db_import_file_exists()
db_export_path_empty()
db_export_path_mkdir()
db_export_type_empty()
db_export_type_illegal()
debug_runtime()
debug_memory_get_usage()
debug_memory_get_usage_true()
debug_memory_get_peak_usage()
debug_memory_get_peak_usage_true()
debug_phpversion()
debug_get_included_files()
debug_get_included_files_size()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

error_type_message()

error_type_message(integer  $type) : string

错误级别的信息

Parameters

integer $type

Returns

string

error_message_title()

error_message_title(string  $title) : string

错误标题

Parameters

string $title

Returns

string

error_trigger_title()

error_trigger_title(  $title) : string

错误标题

Parameters

$title

Returns

string

error_trigger_type()

error_trigger_type(integer  $type) : string

错误级别

Parameters

integer $type

Returns

string

error_trigger_message()

error_trigger_message(string  $message) : string

错误信息

Parameters

string $message

Returns

string

error_trigger_location()

error_trigger_location(string  $location) : string

错误位置

Parameters

string $location

Returns

string

error_trigger_backtrace()

error_trigger_backtrace(string  $backtrace) : string

文件跟踪

Parameters

string $backtrace

Returns

string

error_trigger_context()

error_trigger_context(string  $context) : string

错误时的上下文

Parameters

string $context

Returns

string

error_log_request()

error_log_request(string  $request) : string

请求信息

Parameters

string $request

链接

Returns

string

error_log_title()

error_log_title(  $title) : string

错误标题

Parameters

$title

Returns

string

error_log_type()

error_log_type(integer  $type) : string

错误级别

Parameters

integer $type

Returns

string

error_log_message()

error_log_message(string  $message) : string

错误信息

Parameters

string $message

Returns

string

error_log_location()

error_log_location(string  $location) : string

错误位置

Parameters

string $location

Returns

string

error_log_backtrace()

error_log_backtrace(mixed  $file_backtrace) : string

文件跟踪

Parameters

mixed $file_backtrace

Returns

string

error_log_context()

error_log_context(string  $context) : string

错误时的上下文

Parameters

string $context

Returns

string

htmlprint_title()

htmlprint_title() : string

输出的html代码。<title><meta>

Returns

string

htmlprint_h2()

htmlprint_h2(string  $data) : string

输出的html代码。<h2>

Parameters

string $data

Returns

string

htmlprint_div()

htmlprint_div(string  $data) : string

输出的html代码。<div>

Parameters

string $data

Returns

string

htmlprint_p()

htmlprint_p(string  $data) : string

输出的html代码。<p>

Parameters

string $data

Returns

string

htmlprint_footer()

htmlprint_footer() : string

输出的html代码。<footer>

Returns

string

printexit_title()

printexit_title(string  $class_name,   $count_args,   $file_line) : string

输出打印。

Parameters

string $class_name

类名称

$count_args
$file_line

Returns

string

printexit_sort()

printexit_sort(string  $sort, string  $type, string  $other = '') : string

输出打印。

Parameters

string $sort

排序

string $type

类型

string $other

其他信息

Returns

string

printexit_content()

printexit_content(string  $content) : string

输出打印。

Parameters

string $content

数据

Returns

string

debug_file_line()

debug_file_line(string  $path, integer  $line) : string

输出执行文件路径及行号位置。

Parameters

string $path

文件路径

integer $line

行号

Returns

string

debug_file_backtrace()

debug_file_backtrace(string  $path_line, string  $method) : string

输出执行文件路径及行号位置。

Parameters

string $path_line

文件路径和行号

string $method

方法名称或者函数名称

Returns

string

object_class_exists()

object_class_exists(string  $class_name, string  $class_namespace) : string

对象未定义。

Parameters

string $class_name

未处理的类名称

string $class_namespace

已处理的类名称

Returns

string

func_args_exists()

func_args_exists() : string

方法名称不存在

Returns

string

func_args_illegal()

func_args_illegal(string  $method_name) : string

方法名称不存在

Parameters

string $method_name

方法名称类型不合法

Returns

string

func_method_exists()

func_method_exists(string  $method_name) : string

方法名称未定义

Parameters

string $method_name

方法名称类型不合法

Returns

string

template_compile_empty()

template_compile_empty(string  $path) : string

模板编译,模板内容为空

Parameters

string $path

模板路径

Returns

string

template_compile_failure()

template_compile_failure(string  $php_cache_file_path, string  $path) : string

模板编译失败

Parameters

string $php_cache_file_path

缓存文件的路径

string $path

模板路径

Returns

string

template_cache_folder_name_illegal()

template_cache_folder_name_illegal() : string

编译目录获取失败

Returns

string

template_cache_php_mkdir_failure()

template_cache_php_mkdir_failure(string  $php_cache_path) : string

编译目录创建失败

Parameters

string $php_cache_path

编译目录的路径

Returns

string

template_cache_html_mkdir_failure()

template_cache_html_mkdir_failure(string  $html_cache_path) : string

缓存目录创建失败

Parameters

string $html_cache_path

缓存目录的路径

Returns

string

template_path_empty()

template_path_empty() : string

模板文件为空了

Returns

string

template_path_type()

template_path_type() : string

模板类型出错

Returns

string

template_path_exists()

template_path_exists(string  $path) : string

模板文件不存在

Parameters

string $path

模板文件路径

Returns

string

template_config_cache_empty()

template_config_cache_empty() : string

解析类型不能为空

Returns

string

template_config_cache_illegal()

template_config_cache_illegal() : string

解析类型参数不合法

Returns

string

db_key_exists()

db_key_exists() : string

标识不存在。

Returns

string

db_class_exists()

db_class_exists(string  $class_name, string  $class_namespace) : string

对象未定义。

Parameters

string $class_name

未处理的类名称

string $class_namespace

已处理的类名称

Returns

string

db_cache_folder_name_illegal()

db_cache_folder_name_illegal() : string

缓存目录的文件夹名称不合法

Returns

string

db_cache_dir_mkdir()

db_cache_dir_mkdir(  $directory) : string

缓存目录创建失败

Parameters

$directory

Returns

string

db_call_method_empty()

db_call_method_empty() : string

方法名称不能为空

Returns

string

db_call_method_illegal()

db_call_method_illegal(  $method_name) : string

方法名称不合法

Parameters

$method_name

Returns

string

db_connect()

db_connect(  $errno,   $error) : string

数据库连接出错。

Parameters

$errno
$error

Returns

string

db_base_exists()

db_base_exists() : string

数据库名称不合法。

Returns

string

db_create_base()

db_create_base(  $base_name,   $error) : string

数据库创建失败

Parameters

$base_name
$error

Returns

string

db_base_select()

db_base_select(  $error) : string

数据库选择错误。

Parameters

$error

Returns

string

db_charset_exists()

db_charset_exists() : string

字符编码名称不合法。

Returns

string

db_charset_set()

db_charset_set(  $charset,   $error) : string

字符编码设置错误。

Parameters

$charset
$error

Returns

string

db_session_start()

db_session_start() : string

会话初始化失败。

Returns

string

db_session_update_id_illegal()

db_session_update_id_illegal() : string

会话更新失败。

Returns

string

db_session_table_illegal()

db_session_table_illegal() : string

会话配置中表名称不合法。

Returns

string

db_session_table_exists()

db_session_table_exists(string  $database_name, string  $table_name) : string

会话表不存在。

Parameters

string $database_name

数据库名称

string $table_name

数据表名称

Returns

string

db_session_table_field_illegal()

db_session_table_field_illegal() : string

会话表字段不合法

Returns

string

db_session_table_field_type()

db_session_table_field_type(  $field_type) : string

会话表字段缺少必须类型

Parameters

$field_type

Returns

string

db_session_id_define()

db_session_id_define() : string

会话配置中的初始化id值没有定义方法

Returns

string

db_session_id_illegal()

db_session_id_illegal() : string

会话配置中的初始化id值不合法

Returns

string

db_session_expire_time_define()

db_session_expire_time_define() : string

会话配置中的初始化失效时间没有定义方法

Returns

string

db_session_expire_time_illegal()

db_session_expire_time_illegal() : string

会话配置中的失效时间不合法

Returns

string

db_lock_start()

db_lock_start(  $path_file) : string

数据库锁表失败,写入文件出错

Parameters

$path_file

Returns

string

db_lock_timeout()

db_lock_timeout(  $path_file) : string

数据库锁表文件超时

Parameters

$path_file

Returns

string

db_work_table_exists()

db_work_table_exists() : string

表名称不存在

Returns

string

db_import_data_empty()

db_import_data_empty() : string

导入的数据不能为空

Returns

string

db_import_file_illegal()

db_import_file_illegal() : string

导入数据的文件地址不合法

Returns

string

db_import_file_exists()

db_import_file_exists() : string

导入数据的文件不存在

Returns

string

db_export_path_empty()

db_export_path_empty() : string

导出的文件路径不能为空

Returns

string

db_export_path_mkdir()

db_export_path_mkdir(  $directory) : string

导出的文件路径目录创建出错

Parameters

$directory

Returns

string

db_export_type_empty()

db_export_type_empty() : string

导出的数据备份类型不能为空

Returns

string

db_export_type_illegal()

db_export_type_illegal(  $type) : string

导出的数据备份类型不合法

Parameters

$type

Returns

string

debug_runtime()

debug_runtime() : string

运行时间

Returns

string

debug_memory_get_usage()

debug_memory_get_usage() : string

分配给 PHP 的内存量

Returns

string

debug_memory_get_usage_true()

debug_memory_get_usage_true() : string

分配给 PHP 的真实内存量

Returns

string

debug_memory_get_peak_usage()

debug_memory_get_peak_usage() : string

分配给 PHP 的内存峰值

Returns

string

debug_memory_get_peak_usage_true()

debug_memory_get_peak_usage_true() : string

分配给 PHP 的真实内存峰值

Returns

string

debug_phpversion()

debug_phpversion() : string

当前的PHP版本

Returns

string

debug_get_included_files()

debug_get_included_files() : string

被包含的文件

Returns

string

debug_get_included_files_size()

debug_get_included_files_size() : string

被包含的文件大小

Returns

string