Briefing Zend Knowledge

What will the following code piece print?

What will the following code piece print? echo strtr(‘Apples and bananas’, ‘ae’, ‘ea’)

A.
Apples and bananas

B.
Applas end bananas

C.
Applas end benenes

D.
Epplas end benenes

Explanation: