Function __global->_convert_url_to_path
Definitions
sources/urls2.php
- Convert a URL to a local file path.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$url | URLPATH | required parameter | N/A | N/A | The value to convert |
Return
- File path (null: is not local)
- Type: ?PATH
- Set: N/A
- Range: N/A