![]() |
Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques statiques | |
static | mb_convert_encoding ($s, $toEncoding, $fromEncoding=null) |
static | mb_convert_variables ($toEncoding, $fromEncoding, &... $vars) |
static | mb_decode_mimeheader ($s) |
static | mb_encode_mimeheader ($s, $charset=null, $transferEncoding=null, $linefeed=null, $indent=null) |
static | mb_decode_numericentity ($s, $convmap, $encoding=null) |
static | mb_encode_numericentity ($s, $convmap, $encoding=null, $is_hex=false) |
static | mb_convert_case ($s, $mode, $encoding=null) |
static | mb_internal_encoding ($encoding=null) |
static | mb_language ($lang=null) |
static | mb_list_encodings () |
static | mb_encoding_aliases ($encoding) |
static | mb_check_encoding ($var=null, $encoding=null) |
static | mb_detect_encoding ($str, $encodingList=null, $strict=false) |
static | mb_detect_order ($encodingList=null) |
static | mb_strlen ($s, $encoding=null) |
static | mb_strpos ($haystack, $needle, $offset=0, $encoding=null) |
static | mb_strrpos ($haystack, $needle, $offset=0, $encoding=null) |
static | mb_str_split ($string, $split_length=1, $encoding=null) |
static | mb_strtolower ($s, $encoding=null) |
static | mb_strtoupper ($s, $encoding=null) |
static | mb_substitute_character ($c=null) |
static | mb_substr ($s, $start, $length=null, $encoding=null) |
static | mb_stripos ($haystack, $needle, $offset=0, $encoding=null) |
static | mb_stristr ($haystack, $needle, $part=false, $encoding=null) |
static | mb_strrchr ($haystack, $needle, $part=false, $encoding=null) |
static | mb_strrichr ($haystack, $needle, $part=false, $encoding=null) |
static | mb_strripos ($haystack, $needle, $offset=0, $encoding=null) |
static | mb_strstr ($haystack, $needle, $part=false, $encoding=null) |
static | mb_get_info ($type='all') |
static | mb_http_input ($type='') |
static | mb_http_output ($encoding=null) |
static | mb_strwidth ($s, $encoding=null) |
static | mb_substr_count ($haystack, $needle, $encoding=null) |
static | mb_output_handler ($contents, $status) |
static | mb_chr ($code, $encoding=null) |
static | mb_ord ($s, $encoding=null) |
Champs de données | |
const | MB_CASE_FOLD = \PHP_INT_MAX |
Fonctions membres privées statiques | |
static | getSubpart ($pos, $part, $haystack, $encoding) |
static | html_encoding_callback (array $m) |
static | title_case (array $s) |
static | getData ($file) |
static | getEncoding ($encoding) |
Attributs privés | |
const | CASE_FOLD |
Attributs privés statiques | |
static | $encodingList = ['ASCII', 'UTF-8'] |
static | $language = 'neutral' |
static | $internalEncoding = 'UTF-8' |
Partial mbstring implementation in PHP, iconv based, UTF-8 centric.
Implemented:
Not implemented:
|
staticprivate |
Références __DIR__.
|
staticprivate |
Références null.
|
staticprivate |
Références null.
|
staticprivate |
Références $c, $i, elseif, et ENT_COMPAT.
|
static |
Références elseif, et Mbstring\mb_convert_encoding().
|
static |
Références ENT_COMPAT, et null.
Référencé par Mbstring\mb_chr(), et Mbstring\mb_ord().
|
static |
|
static |
|
static |
Références Mbstring\$encodingList, et null.
|
static |
Références Mbstring\$encodingList, et null.
|
static |
|
static |
|
static |
|
static |
Références null.
Référencé par Mbstring\mb_str_split().
|
static |
|
static |
Références Mbstring\mb_convert_encoding().
|
static |
|
static |
Références $i, $result, Mbstring\mb_internal_encoding(), Mbstring\mb_strlen(), Mbstring\mb_substr(), et null.
|
static |
Références Joomla\Database\Query\$offset.
|
static |
Référencé par Mbstring\mb_str_split().
|
static |
Références Joomla\Database\Query\$offset.
|
static |
Références Joomla\Database\Query\$offset.
|
static |
Références Joomla\Database\Query\$offset, et elseif.
|
static |
|
static |
|
static |
Références $start, elseif, et null.
Référencé par Mbstring\mb_str_split().
|
static |
|
staticprivate |
|
staticprivate |
Référencé par Mbstring\mb_detect_encoding(), et Mbstring\mb_detect_order().
|
staticprivate |
|
staticprivate |
|
private |
const MB_CASE_FOLD = \PHP_INT_MAX |