Visualizzare l'elenco a discesa

strcmp()

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