ALIAS

geterrhandler()

ShortPHP reference for get_error_handler().

Signature

get_error_handler(): ?callable

Example

geterrhandler(...);

PHP equivalent

get_error_handler() is the canonical PHP function. ShortPHP provides geterrhandler() as the convenience alias.

Extension: Core

Official PHP manual ↗

Reference navigation

Previous: function_exists()

Next: getexhandler()

Back to reference