Visualizzare l'elenco a discesa

strncasecmp()

« strnatcmp | strncmp »
<?php
$int 
strncasecmp (
    
// string $str1
    
// string $str2
    
  // int $len
);
?>
risultato
$int = -3
Esempi
#1 strncasecmp  ("abc",
 
"DEF",
 
1)
Vedi anche
preg_match, strcasecmp, stristr, strncmp, substr, substr_compare