PHP mb_strpos() Function
The mb_strpos() function finds the position of the first occurrence of a substring in a multibyte string.
Syntax
mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): int|false
Try It Online
Output
Click Run to execute your code
Enjoying these tutorials?