[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/zendframework/zend-stdlib/src/ -> ErrorHandler.php (summary)

Zend Framework (http://framework.zend.com/)

Copyright: Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
File Size: 115 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 6 functions

  started()
  getNestedLevel()
  start()
  stop()
  clean()
  addError()

Functions
Functions that are not part of a class:

started()   X-Ref
Check if this error handler is active

return: bool

getNestedLevel()   X-Ref
Get the current nested level

return: int

start($errorLevel = \E_WARNING)   X-Ref
Starting the error handler

param: int $errorLevel

stop($throw = false)   X-Ref
Stopping the error handler

param: bool $throw Throw the ErrorException if any
return: null|ErrorException

clean()   X-Ref
Stop all active handler

return: void

addError($errno, $errstr = '', $errfile = '', $errline = 0)   X-Ref
Add an error to the stack

param: int    $errno
param: string $errstr
param: string $errfile
param: int    $errline
return: void



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1