1.

What will be the output of the following PHP code?
<?php
echo stripos("I know the php, I love to know the php too!","know");
?>

A. I know the php, I love to know the php too!
B. Error
C. 2
D. 7
E. None of these
Answer» D. 7


Discussion

No Comment Found

Related MCQs