| 
        
            spl_autoload_extensionsRegister and return default file extensions for spl_autoload Description
   string spl_autoload_extensions(stringnull  
  $file_extensions = null)This function can modify and check the file extensions that the built in __autoload fallback function spl_autoload will be using. 
 Parameters
 
 Return ValuesA comma delimited list of default file extensions for spl_autoload. Changelog
 
 ExamplesExample #1 spl_autoload_extensions example  |