Translates an internal Joomla URL to a humanly readible URL.
static
The
_
(string $url, [boolean $xhtml = true], [integer $ssl = null])
-
string
$url: Absolute or Relative URI to Joomla resource.
-
boolean
$xhtml: Replace & by & for XML compilance.
-
integer
$ssl: Secure state for the resolved URI. 1: Make URI secure using global secure site URI. 0: Leave URI in the same secure state as it was passed to the function. -1: Make URI unsecure using the global unsecure site URI.