欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

sql_register_autoload - PHP框架的autoload 的class名称疑惑?

程序员文章站 2024-04-04 20:15:53
...
为什么很多PHP框架的autoload 的class名称有这样的 return ComposerAutoloaderInit246a7c81a6b8e2f72d591307790c0d41::getLoader();
为啥后面有个哈希值呢??

回复内容:

为什么很多PHP框架的autoload 的class名称有这样的 return ComposerAutoloaderInit246a7c81a6b8e2f72d591307790c0d41::getLoader();
为啥后面有个哈希值呢??

搜下composer就明白了