public static function ErrorHandler::started in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-stdlib/src/ErrorHandler.php \Zend\Stdlib\ErrorHandler::started()
Check if this error handler is active
Return value
bool
File
- vendor/
zendframework/ zend-stdlib/ src/ ErrorHandler.php, line 32
Class
- ErrorHandler
- ErrorHandler that can be used to catch internal PHP errors and convert to an ErrorException instance.
Namespace
Zend\StdlibCode
public static function started() {
return (bool) static::getNestedLevel();
}