Function __global->set_exception_handler

Definitions

sources_custom/phpstub.php

  • Sets a user-defined exception handler function.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$exception_handler ?mixed required parameter N/A N/A The call back (null: reset to default)

Return

  • The previously defined error handler
  • Type: mixed
  • Set: N/A
  • Range: N/A