Function __global->_protect_url_parameter

Definitions

sources/urls.php

  • Low-level implementation of protect_url_parameter.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$parameter mixed required parameter N/A N/A Non-encoded parameter (Tempcode, string, or null)

Return

  • Encoded parameter (null: null input pipe-through)
  • Type: ?string
  • Set: N/A
  • Range: N/A