mb_strpos

Example

 int mb_strpos ( string $haystack , string $needle [, int $offset = 0 [, string $encoding ]] ) 

Description

Find position of first occurrence of string in a string

Return Values

Returns the numeric position of the first occurrence of needle in the haystack string. If needle is not found, it returns FALSE.