PHP异常处理:restore_error_handler()函数的用法
restore_error_handler (PHP 4
PHP异常处理:restore_exception_handler()函数的用法
restore_exception_handler (PHP 5) restore_exception_handler — 恢复之前定义过的异常处理函数。 说明 ...
PHP异常处理:error_reporting()函数的用法
error_reporting (PHP 4, PHP 5) error_reporting — 设置应该报告何种 PHP 错误 说明 int error_reporting ([ int ...
PHP异常处理:user_error()函数的用法
user_error (PHP 4, PHP 5) user_error — trigger_error() 的别名 说明 此函数是该函数的别名: trigger_erro...
PHP异常处理:set_exception_handler()函数的用法
set_exception_handler (PHP 5) set_exception_handler — 设置一个用户定义的异常处理函数。 说明 ca...
PHP异常处理:trigger_error()函数的用法
trigger_error (PHP 4
PHP异常处理:set_error_handler()函数的用法
set_error_handler (PHP 4
PHP异常处理:debug_backtrace()函数的用法
debug_backtrace (PHP 4
PHP选项:ini_get()的用法
ini_get (PHP 4, PHP 5) ini_get — 获取一个配置选项的值 说明 string ini_get ( string $varname ) ...
PHP选项:ini_restore()的用法
ini_restore (PHP 4, PHP 5) ini_restore — 恢复配置选项的值 说明 void ini_restore ( string $varname )...