Briefing Zend Knowledge

What will the following code piece print?

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

A.
Applas end benenes

B.
Epplas end benenes

C.
Apples and bananas

D.
Applas end bananas