autoload — Attempt to load a class.
autoload($class);
Attempts to load the class specified. Returns a boolean false on failure, or a string indicating the class loaded on success.
false