PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'autoloader.php';
bool PEAR_Autoloader::removeAutoload (string $method)
bool PEAR_Autoloader::removeAutoload
Remove an autoload entry.
which method to remove the autoload entry for
bool Returns TRUE on success, FALSE on failure.
This function can not be called statically.