PEAR_Autoloader::removeAutoload()

PEAR_Autoloader::removeAutoload() -- Remove an autoload entry

Referentiesamenvatting

require_once 'autoloader.php';

bool PEAR_Autoloader::removeAutoload (string $method)

Beschrijving

Remove an autoload entry.

Parameter

string $method

which method to remove the autoload entry for

Return waarde

bool Geeft TRUE terug bij success, FALSE bij een fout.

Note

Deze functie kan niet statisch worden aangeroepen.