PHP选项:cli_get_process_title()的用法 PHP
cli_get_process_title
(PHP 5 >= 5.5.0)
cli_get_process_title — Returns the current process title
说明
string cli_get_process_title
( void
)
Returns the current process t
PHP选项:cli_set_process_title()的用法 PHP
cli_set_process_title
(PHP 5 >= 5.5.0)
cli_set_process_title — Sets the process title
说明
bool cli_set_process_title
( string $title
)
Sets the process title visible in
PHP选项:extension_loaded()的用法 PHP
extension_loaded
(PHP 4, PHP 5)
extension_loaded — 检查一个扩展是否已经加载
说明
bool extension_loaded
( string $name
)
检查一个扩展是否已经加载。
PHP异常处理:debug_print_backtrace()函数的用法 PHP
debug_print_backtrace
(PHP 5)
debug_print_backtrace —
打印一条回溯。
说明
void debug_print_backtrace
([ int $options = 0
[, int $limit = 0
]] )
PHP异常处理:error_get_last()函数的用法 PHP
error_get_last
(PHP 5 >= 5.2.0)
error_get_last — 获取最后发生的错误
说明
array error_get_last
( void
)
获取关于最后一个发生的错误的信息。
PHP异常处理:error_log()函数的用法 PHP
error_log
(PHP 4, PHP 5)
error_log — 发送错误信息到某个地方
说明
bool error_log
( string $message
[, int $message_type = 0
[, string $destination
[, string $extr
PHP异常处理:restore_error_handler()函数的用法 PHP
restore_error_handler
(PHP 4 >= 4.0.1, PHP 5)
restore_error_handler — 还原之前的错误处理函数
说明
bool restore_error_handler
( void
)
在使用 set_error_hand
PHP异常处理:restore_exception_handler()函数的用法 PHP
restore_exception_handler
(PHP 5)
restore_exception_handler —
恢复之前定义过的异常处理函数。
说明
bool restore_exception_handler
( void
)
在使用 set
PHP异常处理:error_reporting()函数的用法 PHP
error_reporting
(PHP 4, PHP 5)
error_reporting — 设置应该报告何种 PHP 错误
说明
int error_reporting
([ int $level
] )
error_reporting() 函数能够在运行时设
PHP异常处理:user_error()函数的用法 PHP
user_error
(PHP 4, PHP 5)
user_error — trigger_error() 的别名
说明
此函数是该函数的别名: trigger_error().