Home
last modified time | relevance | path

Searched defs:mb_substr_count (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php109 function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $encoding); } function
H A Dbootstrap80.php105 function mb_substr_count(?string $haystack, ?string $needle, ?string $encoding = null): int { return p\Mbstring::mb_substr_count((string) $haystack, (string) $needle, $encoding); } function
H A DMbstring.php747 public static function mb_substr_count($haystack, $needle, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
/plugin/scrape/
H A DphpQuery-onefile.php