spl_autoload_call
Try all registered __autoload() functions to load the requested class
&reftitle.description;
voidspl_autoload_call
stringclass
This function can be used to manually search for a class, interface, trait, or enumeration
using the registered __autoload functions.
&reftitle.parameters;
class
The class name being searched.
&reftitle.returnvalues;
&return.void;