Function __global->reprocess_url
Definitions
sources/integrator.php
- Take a URL and process it to make a hard include. We'll get the HTML and we'll also load up some global stuff for 'do_header' to use.
- 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 that we're operating on |
$operation_base_url | URLPATH | required parameter | N/A | N/A | We open up linked URLs under this recursively |
Return
- The cleaned up contents at the URL, set up for the recursive integrator usage
- Type: string
- Set: N/A
- Range: N/A