ConFoo Montreal 2026: Call for Papers

Voting

: one minus zero?
(Example: nine)

The Note You're Voting On

edgarortegaramirez at example dot com
12 years ago
$functions = spl_autoload_functions();
foreach($functions as $function) {
spl_autoload_unregister($function);
}

A nice way to unregister all functions.

<< Back to user notes page

To Top