API17

API17:JApplication::stringURLSafe

From Joomla! Documentation

Joomla 11.1 JApplication::stringURLSafe

Description

This method transliterates a string into an URL safe string or returns a URL safe UTF-8 string based on the global configuration.


public static function stringURLSafe ($string)
Parameter Type Default Description
$string string String to process

See also


User contributed notes

Code Examples