[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/ -> error_collector.php (summary)

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

Defines 1 class

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: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1