mb_convert_encoding() mb_convert_encoding( $s, $toEncoding, $fromEncoding = null) Parameters $s $toEncoding $fromEncoding
mb_convert_variables() mb_convert_variables( $toEncoding, $fromEncoding, $a = null, $b = null, $c = null, $d = null, $e = null, $f = null) Parameters $toEncoding $fromEncoding $a $b $c $d $e $f
mb_encode_mimeheader() mb_encode_mimeheader( $s, $charset = null, $transferEncoding = null, $linefeed = null, $indent = null) Parameters $s $charset $transferEncoding $linefeed $indent
mb_decode_numericentity() mb_decode_numericentity( $s, $convmap, $encoding = null) Parameters $s $convmap $encoding
mb_encode_numericentity() mb_encode_numericentity( $s, $convmap, $encoding = null, $is_hex = false) Parameters $s $convmap $encoding $is_hex
mb_detect_encoding() mb_detect_encoding( $str, $encodingList = null, $strict = false) Parameters $str $encodingList $strict
mb_strpos() mb_strpos( $haystack, $needle, $offset, $encoding = null) Parameters $haystack $needle $offset $encoding
mb_strrpos() mb_strrpos( $haystack, $needle, $offset, $encoding = null) Parameters $haystack $needle $offset $encoding
mb_str_split() mb_str_split( $string, $split_length = 1, $encoding = null) Parameters $string $split_length $encoding
mb_substr() mb_substr( $s, $start, $length = null, $encoding = null) Parameters $s $start $length $encoding
mb_stripos() mb_stripos( $haystack, $needle, $offset, $encoding = null) Parameters $haystack $needle $offset $encoding
mb_stristr() mb_stristr( $haystack, $needle, $part = false, $encoding = null) Parameters $haystack $needle $part $encoding
mb_strrchr() mb_strrchr( $haystack, $needle, $part = false, $encoding = null) Parameters $haystack $needle $part $encoding
mb_strrichr() mb_strrichr( $haystack, $needle, $part = false, $encoding = null) Parameters $haystack $needle $part $encoding
mb_strripos() mb_strripos( $haystack, $needle, $offset, $encoding = null) Parameters $haystack $needle $offset $encoding
mb_strstr() mb_strstr( $haystack, $needle, $part = false, $encoding = null) Parameters $haystack $needle $part $encoding
mb_substr_count() mb_substr_count( $haystack, $needle, $encoding = null) Parameters $haystack $needle $encoding
getSubpart() getSubpart( $pos, $part, $haystack, $encoding) Parameters $pos $part $haystack $encoding