API17:JApplication::stringURLSafe
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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.
Description:JApplication::stringURLSafe [Edit Descripton]
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
SeeAlso:JApplication::stringURLSafe [Edit See Also]
User contributed notes
<CodeExamplesForm />
