Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17197 программистов и 1685 роботов. Сейчас ищут 2027 программистов ...
PEAR_Autoloader::removeAggregateObject
Вернуться к: PEAR_Autoload
PEAR_Autoloader::removeAggregateObject
PEAR_Autoloader::removeAggregateObject() – Remove an aggregate object
Synopsis
require_once 'PEAR/autoloader.php';
bool PEAR_Autoloader::removeAggregateObject ( string $classname )
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.
Вернуться к: PEAR_Autoload