显示下拉菜单

strcmp()

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