array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.spl-autoload-call.php', 1 => 'spl_autoload_call', 2 => 'Try all registered __autoload() functions to load the requested class', ), 'up' => array ( 0 => 'ref.spl.php', 1 => 'SPL Funzioni', ), 'prev' => array ( 0 => 'function.spl-autoload.php', 1 => 'spl_autoload', ), 'next' => array ( 0 => 'function.spl-autoload-extensions.php', 1 => 'spl_autoload_extensions', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/spl/functions/spl-autoload-call.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
spl_autoload_call — Try all registered __autoload() functions to load the requested class
This function can be used to manually search for a class, interface, trait, or enumeration using the registered __autoload functions.
class
The class name being searched.
Nessun valore viene restituito.