PHP - String Functions
What will be the output of this PHP code?
$result = strncasecmp('HelloWorld', 'helloThere', 5);
echo $result;$result = strncasecmp('HelloWorld', 'helloThere', 5);
echo $result;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions