如何从PHP中的Web服务器接收HTTP Cookie?

如何从PHP中的Web服务器接收HTTP Cookie?

问题描述:

如何在PHP中从网络服务器接收HTTP Cookie?

How to receive HTTP cookies from a web server in PHP?

我假设您要与

在这种情况下,请查看 Zend_Http 和Zend Framework中的相关类。这些允许您执行HTTP请求与cookie持久性和更多除此之外。

In that case, take a look at the Zend_Http and related classes in the Zend Framework. These let you perform HTTP requests with cookie persistence and a whole lot more besides.