PEAR_Autoloader::removeAutoload

PEAR_Autoloader::removeAutoload() – Supprime une entrée autoload

Synopsis

require_once 'autoloader.php';

bool PEAR_Autoloader::removeAutoload ( string $method )

Description

Supprime une entrée autoload.

Parameter

string $method

Méthode utilisée pour supprimer l'entrée autoload

Return value

bool Returns TRUE on success, FALSE on failure.

Note

This function can not be called statically.