Question:What is the possible output of the following syntax? <?php $v=strtolower("http://WWW.GOOGLE.COM"); echo $v; ?>
A http://www.google.com B http://WWW.GOOGLE.COM C http://google.com D WWW.GOOGLE.COM
+ AnswerA
+ Report