[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 73 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
error_collector:: (5 methods):
__construct()
install()
uninstall()
error_handler()
format_errors()
Class: error_collector - X-Ref
__construct($error_types = null) X-Ref |
Constructor. The variable $error_types may be set to a mask of PHP error types that the collector should keep, e.g. `E_ALL`. If unset, the current value of the error_reporting() function will be used to determine which errors the collector will keep. param: int|null $error_types |
install() X-Ref |
No description |
uninstall() X-Ref |
No description |
error_handler($errno, $msg_text, $errfile, $errline) X-Ref |
No description |
format_errors() X-Ref |
No description |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |