API17

JString::transcode

From Joomla! Documentation

Revision as of 21:20, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JString::transcode[edit]

Description[edit]

Transcode a string.

Template:Description:JString::transcode [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

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[edit]

string Transcoded string

Defined in[edit]

libraries/joomla/utilities/string.php (line 523)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JString::transcode

Examples[edit]

<CodeExamplesForm />