Briefing Zend Knowledge

What is the return value of the following code: substr_compare("foobar", "bar",

What is the return value of the following code: substr_compare(“foobar”, “bar”, 3);

A.
-1

B.
1

C.
TRUE

D.
0

E.
FALSE