Function __global->is_file
Definitions
sources_custom/phpstub.php
- Finds whether a path is to a file.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$path | PATH | required parameter | N/A | N/A | The path to check |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A