PHP 8.3.22 Released!

Voting

: five minus three?
(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