SPL_AUTOLOAD_FUNCTIONS(3) 1 SPL_AUTOLOAD_FUNCTIONS(3) spl_autoload_functions - Return all registered __autoload() functionsSYNOPSISarray spl_autoload_functions (void )DESCRIPTIONGet all registered __autoload() functions.PARAMETERSThis function has no parameters.RETURN VALUESAn 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. PHP Documentation Group SPL_AUTOLOAD_FUNCTIONS(3)