Q. What will be the output of the following PHP code?
Code:
<?php
echo strpos("Hello, Includehelp!", "Includehelp!");
?>
β
Correct Answer: (B)
7
<?php
echo strpos("Hello, Includehelp!", "Includehelp!");
?>
You must be Logged in to update hint/solution