strncasecmp
laravel-shift/factory-generator
Supported Versions: PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8
Binary safe case-insensitive string comparison of the first n characters
<?php strncasecmp
(
string $string1
,
string $string2
,
int $length
):
int