The strstr() function searches for the first occurrence of a string inside another string. This function returns the rest of the string, or FALSE, if the string to search for is not found. This function is case-sensitive.