Web Analytics

PHP mb_strpos() Function

Multibyte StringPHP 4.0.6+

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