Briefing Zend Knowledge

What is the return value of the following code?

What is the return value of the following code?
strpos(“me myself and I”, “m”, 2)

A.
2

B.
3

C.
4

D.
0

E.
1