Searched defs:mb_substr_count (Results 1 – 4 of 4) sorted by relevance
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 109 function mb_substr_count($haystack, $needle, $encoding = null) { return p\Mbstring::mb_substr_count($haystack, $needle, $encoding); } function
|
H A D | bootstrap80.php | 105 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 D | Mbstring.php | 747 public static function mb_substr_count($haystack, $needle, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
/plugin/scrape/ |
H A D | phpQuery-onefile.php |
|