PEAR_Autoloader::removeAggregateObject()
PEAR_Autoloader::removeAggregateObject() -- Remove an aggregate object
概要
require_once 'PEAR/autoloader.php'; |
bool PEAR_Autoloader::removeAggregateObject (string $classname)
説明
Remove an aggregate object.
パラメータ
- string
$classname
the class of the object to remove
返り値
bool 成功時には TRUE 、
失敗時には FALSE を返します。
注意
この関数は、スタティックにコールする
ことはできません。