|
spl_autoload_functionsReturn all registered __autoload() functions Description
array spl_autoload_functions()
Get all registered __autoload() functions. ParametersThis function has no parameters. Return ValuesAn array of all registered __autoload functions. If no function is registered, or the autoload queue is not activated, then the return value will be an empty array. Changelog
|