PEAR_Autoloader::removeAutoload

PEAR_Autoloader::removeAutoload() – Remove an autoload entry

Synopsis

require_once 'autoloader.php';

bool PEAR_Autoloader::removeAutoload ( string $method )

Description

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.

Remove an aggregate object (Previous) Overloaded object call handler (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.