Exibir a lista drop-down

strncasecmp()

« strnatcmp | strncmp »
<?php
$int 
strncasecmp (
    
// string $str1
    
// string $str2
    
  // int $len
);
?>
resultado
$int = -3
Exemplos
#1 strncasecmp  ("abc",
 
"DEF",
 
1)
Veja também
preg_match, strcasecmp, stristr, strncmp, substr, substr_compare