strcasecmp 大文字小文字を区別しないバイナリセーフな文字列比較を行う &reftitle.description; intstrcasecmp stringstring1 stringstring2 大文字小文字を区別しないバイナリセーフな文字列比較を行います。 ここで行う比較は、ロケールを考慮しません。 つまり、ASCII文字だけが、大文字小文字を区別せず比較されます。 &reftitle.parameters; string1 最初の文字列。 string2 次の文字列。 &reftitle.returnvalues; &strings.comparison.return; &reftitle.changelog; &Version; &Description; &standard.changelog.binary-safe-string-comparison; &reftitle.examples; <function>strcasecmp</function> の例 ]]> &reftitle.seealso; strcmp preg_match substr_compare strncasecmp stristr substr