Function __global->remap_portable_as_urlpath
Definitions
sources/resource_fs.php
- Convert a portable URL to a real URL.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$portable_data | ?mixed | required parameter | N/A | N/A | Portable details (null: not set) |
$ignore_conflicts | boolean | False | N/A | N/A | Whether to ignore conflicts with existing files (=edit op, basically) |
Return
- The URL (null: not set)
- Type: ?string
- Set: N/A
- Range: N/A