API17

Difference between revisions of "JString::transcode"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 40: Line 40:
 
string Transcoded string
 
string Transcoded string
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/string.php
+
libraries/joomla/utilities/string.php (line 523)
 +
* see source code in [[jplatform:utilities/string.php#cl-523|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:20, 23 April 2011

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 />