Discussion Forum : Php Functions
Question - What will be the output of the following PHP code ?function string(){echo strstr("Hello world!", 111);}string();
Options:
A .  111
B .  o world!
C .  No Output
D .  Hello world!
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *