PEAR_Autoloader::removeAutoload()
PEAR_Autoloader::removeAutoload() -- Remove an autoload entry
Synopsis
require_once 'autoloader.php'; |
bool PEAR_Autoloader::removeAutoload (string $method)
Beschreibung
Remove an autoload entry.
Parameter
- string
$method
which method to remove the autoload entry for
Rückgabewert
bool Gibt bei Erfolg TRUE zurück, bei einem Fehler FALSE.
Hinweise
Diese Methode kann nicht
statisch aufgerufen werden.