If there must be multiple autoload functions, spl_autoload_register() allows for this. It effectively creates a queue of autoload functions, and runs through each of them in the order they are defined. By contrast, __autoload() may only be defined once.
第二個參數(shù)是如果加載不到是否拋出異常
第三個參數(shù)是是否加入到隊列頭部