Lines Matching defs:s
81 public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null)
131 public static function mb_decode_mimeheader($s)
136 …public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefe…
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)
508 public static function mb_strlen($s, $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)
764 public static function mb_strwidth($s, $encoding = null)
806 public static function mb_ord($s, $encoding = null)
911 private static function title_case(array $s)