Dropdown-Liste anzeigen

strcmp()

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