API17:JApplication::stringURLSafe
From Joomla! Documentation
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 |
- Returns string Processed string
- Defined on line 737 of libraries/joomla/application/application.php
- Since

- Referenced by
See also
JApplication::stringURLSafe source code on BitBucket
Class JApplication
Subpackage Application- Other versions of JApplication::stringURLSafe
User contributed notes
Code Examples