SPL_AUTOLOAD_UNREGISTER(3) 1 SPL_AUTOLOAD_UNREGISTER(3) spl_autoload_unregister - Unregister given function as __autoload() implementationSYNOPSISbool spl_autoload_unregister (mixed $autoload_function)DESCRIPTIONRemoves a function from the autoload queue. If the queue is activated and empty after removing the given function then it will be deacti- vated. When this function results in the queue being deactivated, any __autoload function that previously existed will not be reactivated.PARAMETERSo $autoload_function - The autoload function being unregistered.RETURN VALUESReturns TRUE on success or FALSE on failure. PHP Documentation Group SPL_AUTOLOAD_UNREGISTER(3)