PHP - String Functions
What will be the output of the following PHP code?
$result = strcmp('Apple', 'apple');
echo $result;$result = strcmp('Apple', 'apple');
echo $result;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions