Lines Matching defs:s
86 public static function mb_convert_encoding($s, $toEncoding, $fromEncoding = null)
145 public static function mb_decode_mimeheader($s)
150 …public static function mb_encode_mimeheader($s, $charset = null, $transferEncoding = null, $linefe…
155 public static function mb_decode_numericentity($s, $convmap, $encoding = null)
215 public static function mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false)
285 public static function mb_convert_case($s, $mode, $encoding = null)
515 public static function mb_strlen($s, $encoding = null)
616 public static function mb_strtolower($s, $encoding = null)
621 public static function mb_strtoupper($s, $encoding = null)
644 public static function mb_substr($s, $start, $length = null, $encoding = null)
771 public static function mb_strwidth($s, $encoding = null)
813 public static function mb_ord($s, $encoding = null)
937 private static function title_case(array $s)