Searched defs:mb_stripos (Results 1 – 4 of 4) sorted by relevance
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 79 function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($haystack, $needle, $offset, $encoding); } function
|
H A D | bootstrap80.php | 75 function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } function
|
H A D | Mbstring.php | 638 public static function mb_stripos($haystack, $needle, $offset = 0, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
|
/plugin/scrape/ |
H A D | phpQuery-onefile.php |
|