update : 2015.11.03
php.shukuma.com검색:
|
spl_autoload_extensions(PHP 5 >= 5.1.2) spl_autoload_extensions — Register and return default file extensions for spl_autoload 설명
string spl_autoload_extensions
([ string
$file_extensions
] )This function can modify and check the file extensions that the built in __autoload() fallback function spl_autoload() will be using. 인수
반환값A comma delimited list of default file extensions for spl_autoload(). |