PHP - String Functions
Find the bug in this PHP code:
$result = substr_compare('HelloWorld', 'HelloThere', 0, 5, true);
echo $result;$result = substr_compare('HelloWorld', 'HelloThere', 0, 5, true);
echo $result;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions