Display the drop-down list

strncasecmp()

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