Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16437 программистов и 1697 роботов. Сейчас ищут 1565 программистов ...
PEAR_Autoloader::removeAutoload
Вернуться к: PEAR_Autoload
PEAR_Autoloader::removeAutoload
PEAR_Autoloader::removeAutoload() – Remove an autoload entry
Synopsis
require_once 'autoloader.php';
bool PEAR_Autoloader::removeAutoload ( string $method )
Remove an autoload entry.
Parameter
- string $method
-
which method to remove the autoload entry for
Return value
bool Returns TRUE on success, FALSE on failure.
Note
This function can not be called statically.
Вернуться к: PEAR_Autoload