PEAR_Autoloader::removeAggregateObject

PEAR_Autoloader::removeAggregateObject() – Remove an aggregate object

Synopsis

require_once 'PEAR/autoloader.php';

bool PEAR_Autoloader::removeAggregateObject ( string $classname )

Description

Remove an aggregate object.

Parameter

string $classname

the class of the object to remove

Return value

bool Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.

Add one or more autoload entries (Previous) Remove an autoload entry (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.