|
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(). |
|