Manuál PHP | ||
---|---|---|
Předcházející | Další |
strcasecmp
Popis
int strcasecmp ( 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é.
Viz také: ereg(), strcmp(), substr(), stristr(), strncasecmp() a strstr().
Předcházející | Domů | Další |
str_word_count | Nahoru |