| ||||||||||
strcmpPopisint strcmp ( string str1, string str2)Pokud je str1 mΘn∞ ne╛ str2, vracφ < 0; pokud je str1 v∞t╣φ ne╛ str2, vracφ > 0, a 0, pokud jsou stejnΘ. Pozn.: toto srovnßnφ je case-sensitive. Viz takΘ: ereg(), strcasecmp(), substr(), stristr(), strncasecmp(), strncmp() a strstr(). | ||||||||||
|