suche nach in der

spl_classes> <spl_autoload_unregister
Last updated: Fri, 18 May 2012

view this page in

spl_autoload

(PHP 5 >= 5.1.2)

spl_autoloadDefault implementation for __autoload()

Beschreibung

void spl_autoload ( string $class_name [, string $file_extensions = spl_autoload_extensions() ] )

This function is intended to be used as a default implementation for __autoload(). If nothing else is specified and spl_autoload_register() is called without any parameters then this function will be used for any later call to __autoload().

Parameter-Liste

class_name

The lowercased name of the class (and namespace) being instantiated.

file_extensions

By default it checks all include paths to contain filenames built up by the lowercase class name appended by the filename extensions .inc and .php.

Rückgabewerte

Es wird kein Wert zurückgegeben.



add a note add a note User Contributed Notes
spl_autoload
There are no user contributed notes for this page.

spl_classes> <spl_autoload_unregister
Last updated: Fri, 18 May 2012