update : 2015.11.03
php.shukuma.com검색:
|
spl_autoload(PHP 5 >= 5.1.2) spl_autoload — Default implementation for __autoload() 설명
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(). 인수
반환값값을 반환하지 않습니다. 오류/예외Throws LogicException when the class is not found and there are no other autoloaders registered. |