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()