Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Espaces de nommage | |
IDNA | |
Fonctions | |
encode_utf8 ($string='', $encoding='iso-8859-1', $safe_mode=false) | |
decode_utf8 ($string='', $encoding='iso-8859-1', $safe_mode=false) | |
map_w1252_iso8859_1 ($string='') | |
map_iso8859_1_w1252 ($string='') | |
decode_utf8 | ( | $string = '' , |
|
$encoding = 'iso-8859-1' , |
|||
$safe_mode = false |
|||
) |
Convert a string from UTF-8 to any of various encodings
string | String to decode [ |
string | Encoding; Default: ISO-8859-1] [ |
bool | Safe Mode: if set to TRUE, the original string is retunred on errors] |
Références elseif, et map_iso8859_1_w1252().
encode_utf8 | ( | $string = '' , |
|
$encoding = 'iso-8859-1' , |
|||
$safe_mode = false |
|||
) |
Convert a string from any of various encodings to UTF-8
string | String to encode [ |
string | Encoding; Default: ISO-8859-1] [ |
bool | Safe Mode: if set to TRUE, the original string is retunred on errors] |
Références elseif, et map_w1252_iso8859_1().
map_iso8859_1_w1252 | ( | $string = '' | ) |
Special treatment for our guys in Redmond Windows-1252 is basically ISO-8859-1 – with some exceptions, which get accounted for here
string | Your input in ISO-8859-1 |
string | The resulting Win1252 string |
Référencé par decode_utf8().
map_w1252_iso8859_1 | ( | $string = '' | ) |
Special treatment for our guys in Redmond Windows-1252 is basically ISO-8859-1 – with some exceptions, which get accounted for here
string | Your input in Win1252 |
string | The resulting ISO-8859-1 string |
Référencé par encode_utf8().