Display the drop-down list

strncmp()

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