Function __global->url_to_filename

Definitions

sources/urls.php

  • Takes a URL, and converts it into a file system storable filename. This is used to cache URL contents to the servers filesystem.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$url_full URLPATH required parameter N/A N/A The URL to convert to an encoded filename

Return

  • A usable filename based on the URL
  • Type: string
  • Set: N/A
  • Range: N/A