UNB Components Code Reference

UnbDebug::ErrorHandler method

Custom PHP error handler.

public static function UnbDebug::ErrorHandler ($errno, $errstr, $errfile, $errline, $errcontext);

Parameters

errno
errstr
errfile
errline
errcontext

Remarks

This function can be registered as PHP error handler to print information about an unhandled error in a PHP script. See http://php.net/set_error_handler for details.

See also

StartErrorHandling

Member of class: UnbDebug

Implementation file: unb.class.php, line 207

© 2011 Yves Goergen. UNB Components Homepage. Reference generated on 2011-02-06.