![]() |
XOOPS API 2.5.11 Beta1
UI v0.5
Réalisé par monxoops.fr
|
Fonctions membres publiques statiques | |
| static | iconv ($inCharset, $outCharset, $str) |
| static | iconv_mime_decode_headers ($str, $mode=0, $charset=null) |
| static | iconv_mime_decode ($str, $mode=0, $charset=null) |
| static | iconv_get_encoding ($type='all') |
| static | iconv_set_encoding ($type, $charset) |
| static | iconv_mime_encode ($fieldName, $fieldValue, $pref=null) |
| static | iconv_strlen ($s, $encoding=null) |
| static | strlen1 ($s, $encoding=null) |
| static | strlen2 ($s, $encoding=null) |
| static | iconv_strpos ($haystack, $needle, $offset=0, $encoding=null) |
| static | iconv_strrpos ($haystack, $needle, $encoding=null) |
| static | iconv_substr ($s, $start, $length=2147483647, $encoding=null) |
Champs de données | |
| const | ERROR_ILLEGAL_CHARACTER = 'iconv(): Detected an illegal character in input string' |
| const | ERROR_WRONG_CHARSET = 'iconv(): Wrong charset, conversion from `%s\' to `%s\' is not allowed' |
Attributs publics statiques | |
| static | $inputEncoding = 'utf-8' |
| static | $outputEncoding = 'utf-8' |
| static | $internalEncoding = 'utf-8' |
Fonctions membres privées statiques | |
| static | loadMap ($type, $charset, &$map) |
| static | utf8ToUtf8 ($str, $ignore) |
| static | mapToUtf8 (&$result, array $map, $str, $ignore) |
| static | mapFromUtf8 (&$result, array $map, $str, $ignore, $translit) |
| static | qpByteCallback (array $m) |
| static | pregOffset ($offset) |
| static | getData ($file) |
Attributs privés statiques | |
| static | $alias |
| static | $translitMap = array() |
| static | $convertMap = array() |
| static | $errorHandler |
| static | $lastError |
| static | $ulenMask = array("\xC0" => 2, "\xD0" => 2, "\xE0" => 3, "\xF0" => 4) |
| static | $isValidUtf8 |
iconv implementation in pure PHP, UTF-8 centric.
Implemented:
Charsets available for conversion are defined by files in the charset/ directory and by Iconv::$alias below. You're welcome to send back any addition you make.
|
staticprivate |
Voici le graphe des appelants de cette fonction :
|
static |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
static |
|
static |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
static |
Voici le graphe d'appel pour cette fonction :
|
static |
|
static |
|
static |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
static |
Voici le graphe d'appel pour cette fonction :
|
static |
Voici le graphe d'appel pour cette fonction :
|
static |
Voici le graphe d'appel pour cette fonction :
Voici le graphe des appelants de cette fonction :
|
staticprivate |
|
staticprivate |
Voici le graphe d'appel pour cette fonction :
|
staticprivate |
|
staticprivate |
Voici le graphe des appelants de cette fonction :
|
staticprivate |
|
static |
Voici le graphe des appelants de cette fonction :
|
static |
Voici le graphe des appelants de cette fonction :
|
staticprivate |
Voici le graphe des appelants de cette fonction :
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |
|
static |
|
staticprivate |
|
staticprivate |
|
static |
|
staticprivate |
|
staticprivate |