API17:JString::transcode
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.
JString::transcode
Description
Transcode a string.
Description:JString::transcode [Edit Descripton]
Since
Synopsis
public static JString::transcode ($source, $from_encoding, $to_encoding)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $source | string | The string to transcode. | |
| $from_encoding | string | The source encoding. | |
| $to_encoding | string | The target encoding. |
Returns
string Transcoded string
Defined in
libraries/joomla/utilities/string.php (line 523)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
