PEAR_Autoloader::removeAggregateObject()
PEAR_Autoloader::removeAggregateObject() -- 集約オブジェクトを削除する
概要
require_once 'PEAR/autoloader.php'; |
bool PEAR_Autoloader::removeAggregateObject (string $classname)
パラメータ
- string
$classname
削除するオブジェクトのクラス。
返り値
bool 成功時には TRUE 、
失敗時には FALSE を返します。
注意
この関数は、スタティックにコールする
ことはできません。