Manuál PHP | ||
---|---|---|
Předcházející | Další |
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().
Předcházející | Domů | Další |
strchr | Nahoru | strcoll |