Briefing Zend Knowledge

What is the name of the PHP function used to automatically load non-yet defined classes?

What is the name of the PHP function used to automatically load non-yet defined classes?

A.
autoload()

B.
__autoload()

C.
__catch()

D.
load()

E.
loadClass()