Function __global->php_function_allowed__bootstrap
Definitions
sources/bootstrap.php
- Find whether a particular PHP function is blocked.This is simplified code for use in bootstrap only.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$function | string | required parameter | N/A | N/A | Function name |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A