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