Display the drop-down list

strcmp()

« strchr | strcspn »
<?php
$int 
strcmp (
    
// string $str1
    
  // string $str2
);
?>
Result
$int = -1
Examples
#1 strcmp  ("Hello",
 
"hello")
See also
preg_match, strcasecmp, strncmp, strstr, substr, substr_compare