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)
484 public static function mb_strlen($s, $encoding = null)
584 public static function mb_strtolower($s, $encoding = null)
589 public static function mb_strtoupper($s, $encoding = null)
612 public static function mb_substr($s, $start, $length = null, $encoding = null)
734 public static function mb_strwidth($s, $encoding = null)
776 public static function mb_ord($s, $encoding = null)
837 private static function title_case(array $s)