Function __global->remap_urlpath_as_portable

Definitions

sources/resource_fs.php

  • Convert a URL (external or internal) to something portable.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$urlpath ?URLPATH required parameter N/A N/A The URL (null: not set)

Return

  • Either a URLPATH or a double of URLPATH and base64-encoded file data (null: not set)
  • Type: ?mixed
  • Set: N/A
  • Range: N/A