Lines Matching defs:encoding
141 public static function mb_decode_numericentity($s, $convmap, $encoding = null)
201 public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false)
271 public static function mb_convert_case($s, $mode, $encoding = null)
353 public static function mb_internal_encoding($encoding = null)
400 public static function mb_encoding_aliases($encoding)
411 public static function mb_check_encoding($var = null, $encoding = null)
508 public static function mb_strlen($s, $encoding = null)
518 public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null)
539 public static function mb_strrpos($haystack, $needle, $offset = 0, $encoding = null)
566 public static function mb_str_split($string, $split_length = 1, $encoding = null)
609 public static function mb_strtolower($s, $encoding = null)
614 public static function mb_strtoupper($s, $encoding = null)
637 public static function mb_substr($s, $start, $length = null, $encoding = null)
663 public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null)
673 public static function mb_stristr($haystack, $needle, $part = false, $encoding = null)
680 public static function mb_strrchr($haystack, $needle, $part = false, $encoding = null)
693 public static function mb_strrichr($haystack, $needle, $part = false, $encoding = null)
701 public static function mb_strripos($haystack, $needle, $offset = 0, $encoding = null)
712 public static function mb_strstr($haystack, $needle, $part = false, $encoding = null)
759 public static function mb_http_output($encoding = null)
764 public static function mb_strwidth($s, $encoding = null)
777 public static function mb_substr_count($haystack, $needle, $encoding = null)
787 public static function mb_chr($code, $encoding = null)
806 public static function mb_ord($s, $encoding = null)
830 … $length, string $pad_string = ' ', int $pad_type = \STR_PAD_RIGHT, string $encoding = null): stri… argument
874 private static function getSubpart($pos, $part, $haystack, $encoding)
925 private static function getEncoding($encoding)