Function __global->_qualify_url
Definitions
sources/urls2.php
- Take a URL and base URL, and fully qualify the URL according to it.
- 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 URL to fully qualified |
$url_base | URLPATH | required parameter | N/A | N/A | The base URL |
$base_is_full_url | boolean | required parameter | N/A | N/A | Whether the base URL is actually a full URL which needs stripping back |
Return
- Fully qualified URL
- Type: URLPATH
- Set: N/A
- Range: N/A