PHP - String Functions
Identify the error in this PHP code snippet:
$result = strncmp('Test', 'test');
echo $result;$result = strncmp('Test', 'test');
echo $result;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions