stristr

Example

 string stristr ( string $haystack , mixed $needle [, bool $before_needle = false ] ) 

Description

Returns all of haystack from the first occurrence of needle to the end.

Return Values

Returns the matched substring. If needle is not found, returns FALSE.