$haystack の中で $needle が最初に現れる場所を含めてそこから文字列の終わりまでを返します。
string strstr ( string $haystack , mixed $needle [, bool $before_needle ] )
ここに strstr() のためのすべてのコメントを読んでください。