strcasecmp

(PHP 3>= 3.0.2, PHP 4 >= 4.0.0)

strcasecmp --  Binßrn∞ bezpeΦnΘ case-insensitive porovnßnφ °et∞zc∙

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Θ.

P°φklad 1. Ukßzka strcasecmp()

$var1 = "Hello";
$var2 = "hello";
if (!strcasecmp ($var1, $var2)) {
    echo 'v case-insensitive textovΘm porovnßnφ se $var1 rovnß $var2';
}

Viz takΘ: ereg(), strcmp(), substr(), stristr(), strncasecmp() a strstr().