Q25
What will be the output of the following PHP code ?
A.
Lucy
B.
Peter
AnswerC.
Susan
D.
Edmund
Answer: Option B
Solution
Answer: Option B
Solution:
The pos() function returns the value of the current element in an array, and since no operation has been done, the current element is the first element.