Mostrar lista de opciones

strncasecmp()

« strnatcmp | strncmp »
<?php
$int 
strncasecmp (
    
// string $str1
    
// string $str2
    
  // int $len
);
?>
Resultado
$int = -3
Ejemplos
#1 strncasecmp  ("abc",
 
"DEF",
 
1)
Ver también
preg_match, strcasecmp, stristr, strncmp, substr, substr_compare