Summary: Return all registered __autoload() functions
PHP 5 >= 5.1.2Related methods: none
array spl_autoload_functions()
Description
Get all registered __autoload() functions.
Return: array
An array of all registered __autoload functions. If the autoload queue is not activated then the return value is FALSE
. If no function is registered the return value will be an empty array.
Parameters
The method does not take any parameters