Function __global->require_once
Definitions
sources_custom/phpstub.php
- Require and evaluate the specified file (dies with error if it can not), but only if it has not been loaded already.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$filename | PATH | required parameter | N/A | N/A | The filename of the file to require |
Return
- Success status or returned value
- Type: mixed
- Set: N/A
- Range: N/A