Discussion Forum : Php Functions
Question - What will be the output of the following PHP code?function do($myString) {echo strpos($myString, "donkey",0);}do("The donkey looks like a horse.");
Options:
A .  4
B .  5
C .  None of the mentioned
D .  2
Answer: Option A

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

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