Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您没有直接在浏览器中访问 Phar 作为 php Web 应用程序的前端控制器,是否有任何理由使用 Phar::webPhar()?
还有两个需要 Phar::webPhar 的函数
在将 phar 作为前端控制器的情况之外,这些功能是否有任何好处。
YesPhar::mungServer()实际上只与 结合使用Phar::webPhar(),但没有理由将使用限制Phar::interceptFileFuncs()为 Phar 使用 webPhar 存根。Phar::mapPhar()在容器中启用它同样有效。
Phar::mungServer()
Phar::webPhar()
Phar::interceptFileFuncs()
Phar::mapPhar()