spl_autoload_functions
spl_autoload_functions
Return all registered __autoload() functions
array **spl_autoload_functions**
Get all registered __autoload() functions.
An 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.
array