spl_autoload_call — Try all registered __autoload() functions to load the requested class
$class): voidThis function can be used to manually search for a class or interface using the registered __autoload functions.
classThe class name being searched.
No value is returned.