71
What will be the output of the following PHP code ?
<?php
function string()
{
echo strstr("Hello world!", 111);
}
string();
?> Answer & Solution
Answer: Option
A
Solution:
111 is the ASCII value of o.