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.
我已经阅读了 PSR-7,但我根本无法理解如何实现它。这是我不明白的一个例子:
该withHeader方法会调用一个header()函数吗?如果是这样,我该如何实现该withoutHeader方法?如果那不是打电话的时间和地点header(),它在哪里(和何时)?
withHeader
header()
withoutHeader
谢谢大家。
我阅读了 symfony/http-foundation 的代码,一切都变得清晰了。如果有人有同样的疑问,我建议看看。