显示下拉菜单

strcasecmp()

« str_word_count | strchr »
<?php
$int 
strcasecmp (
    
// string $str1
    
  // string $str2
);
?>
结果
$int = 0
示例
#1 strcasecmp  ("Hello",
 
"hello")
另请参阅
preg_match, strcmp, stristr, strncasecmp, substr, substr_compare