(no version information, might be only in CVS)
mb_strstr -- Finds first occurrence of a string within another
Descrizione
string
mb_strstr ( string haystack, string needle [, bool part [, string encoding]] )
mb_strstr() finds the first occurrence of
needle in haystack
and returns the portion of haystack.
If needle is not found, it returns FALSE.