mb_strstr

Example

 string mb_strstr ( string $haystack , string $needle [, bool $before_needle = false [, string $encoding ]] ) 

Description

Finds first occurrence of a string within another

Return Values

Returns the portion of haystack, or FALSE if needle is not found.