Function __global->banned_exit
Definitions
sources/failure.php
- Show a ban screen.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $reasoned_ban | ?string | No | No | Null | N/A | N/A | The reasoned ban type (null: none) |
Preview
Code (PHP)
/**
* Show a ban screen.
*
* @param ?string $reasoned_ban The reasoned ban type (null: none)
*/
function banned_exit(?string $reasoned_ban = null)
* Show a ban screen.
*
* @param ?string $reasoned_ban The reasoned ban type (null: none)
*/
function banned_exit(?string $reasoned_ban = null)

