PEAR_Autoloader::removeAggregateObject()

PEAR_Autoloader::removeAggregateObject() -- Remove an aggregate object

Synopsis

require_once 'PEAR/autoloader.php';

bool PEAR_Autoloader::removeAggregateObject (string $classname)

Beschreibung

Remove an aggregate object.

Parameter

string $classname

the class of the object to remove

Rückgabewert

bool Gibt bei Erfolg TRUE zurück, bei einem Fehler FALSE.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.