Function __global->inform_exit
Definitions
sources/global2.php
- This is a intended to output an informational exit at the same time as terminating execution.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$text | mixed | required parameter | N/A | N/A | The error message, provided in plain-text format or as HTML via do_lang_tempcode/protect_from_escaping (string or Tempcode) |
$support_match_key_messages | ?boolean | Null | N/A | N/A | Whether match key messages / redirects should be supported (null: detect) |
sources/minikernel.php
- This is a less-revealing alternative to fatal_exit, that is used for user-errors/common-corruption-scenarios.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$text | mixed | required parameter | N/A | N/A | The error message |