public static function mb_substr_count($haystack, $needle, $encoding = null) { return substr_count($haystack, $needle); }