SYNOPSIS int strstr (string str, string str2) int strstr (string str, string str2, int pos) DESCRIPTION Returns the index of in searching from position on forward. The returned index is relativ to the beginning of the string. If is not found in , -1 is returned. If is negativ, it designates the start position relative to the end of the string (the search will still proceed towards the end of the string). SEE ALSO strrstr(E), strlen(E), sscanf(E), sprintf(E), explode(E)