PEAR_Autoloader::removeAutoload()

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

概要

require_once 'autoloader.php';

bool PEAR_Autoloader::removeAutoload (string $method)

説明

Remove an autoload entry.

パラメータ

string $method

which method to remove the autoload entry for

返り値

bool 成功時には TRUE 、 失敗時には FALSE を返します。

注意

この関数は、スタティックにコールする ことはできません。