Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Aller au code source de ce fichier.
Espaces de nommage | |
namespace | utf8 |
Fonctions | |
utf8_bad_find ($str) | |
utf8_bad_findall ($str) | |
utf8_bad_strip ($str) | |
utf8_bad_replace ($str, $replace= '?') | |
utf8_bad_identify ($str, &$i) | |
utf8_bad_explain ($code) |
Variables | |
const | UTF8_BAD_5OCTET = 1 |
const | UTF8_BAD_6OCTET = 2 |
const | UTF8_BAD_SEQID = 3 |
const | UTF8_BAD_NONSHORT = 4 |
const | UTF8_BAD_SURROGATE = 5 |
const | UTF8_BAD_UNIOUTRANGE = 6 |
const | UTF8_BAD_SEQINCOMPLETE = 7 |
utf8_bad_explain | ( | $code | ) |
Définition à la ligne 384 du fichier bad.php.
Références UTF8_BAD_5OCTET, UTF8_BAD_6OCTET, UTF8_BAD_NONSHORT, UTF8_BAD_SEQID, UTF8_BAD_SEQINCOMPLETE, UTF8_BAD_SURROGATE, et UTF8_BAD_UNIOUTRANGE.
utf8_bad_find | ( | $str | ) |
Définition à la ligne 33 du fichier bad.php.
Références $UTF8_BAD.
utf8_bad_findall | ( | $str | ) |
Définition à la ligne 70 du fichier bad.php.
Références $UTF8_BAD.
utf8_bad_identify | ( | $str, | |
& | $i | ||
) |
End of the multi-octet sequence. mUcs4 now contains the final Unicode codepoint to be output
Définition à la ligne 250 du fichier bad.php.
Références UTF8_BAD_5OCTET, UTF8_BAD_6OCTET, UTF8_BAD_NONSHORT, UTF8_BAD_SEQID, UTF8_BAD_SEQINCOMPLETE, UTF8_BAD_SURROGATE, et UTF8_BAD_UNIOUTRANGE.
utf8_bad_replace | ( | $str, | |
$replace = '?' |
|||
) |
Définition à la ligne 146 du fichier bad.php.
Références $UTF8_BAD.
utf8_bad_strip | ( | $str | ) |
Définition à la ligne 109 du fichier bad.php.
Références $UTF8_BAD.
const UTF8_BAD_5OCTET = 1 |
Définition à la ligne 180 du fichier bad.php.
Référencé par utf8_bad_explain(), et utf8_bad_identify().
const UTF8_BAD_6OCTET = 2 |
Définition à la ligne 190 du fichier bad.php.
Référencé par utf8_bad_explain(), et utf8_bad_identify().
const UTF8_BAD_NONSHORT = 4 |
Définition à la ligne 208 du fichier bad.php.
Référencé par utf8_bad_explain(), et utf8_bad_identify().
const UTF8_BAD_SEQID = 3 |
Définition à la ligne 199 du fichier bad.php.
Référencé par utf8_bad_explain(), et utf8_bad_identify().
const UTF8_BAD_SEQINCOMPLETE = 7 |
Définition à la ligne 236 du fichier bad.php.
Référencé par utf8_bad_explain(), et utf8_bad_identify().
const UTF8_BAD_SURROGATE = 5 |
Définition à la ligne 217 du fichier bad.php.
Référencé par utf8_bad_explain(), et utf8_bad_identify().
const UTF8_BAD_UNIOUTRANGE = 6 |
Définition à la ligne 226 du fichier bad.php.
Référencé par utf8_bad_explain(), et utf8_bad_identify().