Function __global->urlencode

Definitions

sources_custom/phpstub.php

  • URL-encodes string. Used for GET-parameter encoding ONLY.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$str string required parameter N/A N/A The pure string to URL encode

Return

  • URL encoded string
  • Type: string
  • Set: N/A
  • Range: N/A