stripos
Astrotomic/php-twemoji
Supported Versions: PHP 5, PHP 7, PHP 8
Find the position of the first occurrence of a case-insensitive substring in a string
<?php stripos
(
string $haystack
,
string $needle
,
int $offset
=
0
):
int
|
false