Home
last modified time | relevance | path

Searched defs:mb_stristr (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php82 function mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) { return p\Mbstring::mb_stristr($haystack, $needle, $before_needle, $encoding); } function
H A Dbootstrap80.php78 function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_stristr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); } function
H A DMbstring.php646 public static function mb_stristr($haystack, $needle, $part = false, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring