what is the output below mentioned ?


<?
$string = 'APPLE';
echo stristr($string, 97);

?>

a) Error
b) APPLE
c) Apple
d) None of the above

ANS : APPLE

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.