PEAR_Autoloader::removeAggregateObject

PEAR_Autoloader::removeAggregateObject() – 集約オブジェクトを削除する

Synopsis

require_once 'PEAR/autoloader.php';

bool PEAR_Autoloader::removeAggregateObject ( string $classname )

Description

集約オブジェクトを削除します。

Parameter

string $classname

削除するオブジェクトのクラス。

Return value

bool Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.