HTTP_Client_CookieManager::passCookies()

HTTP_Client_CookieManager::passCookies() – Adds cookies to the request

Synopsis

require_once 'HTTP/Client/CookieManager.php';

void HTTP_Client_CookieManager::passCookies ( object An &$request )

Description

The method sends only the cookies that should be sent with the request and it adds them in right order.

Parameter

object HTTP_Request &$request

HTTP_Request object

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Explicitly adds cookie to the list (Previous) Clears the cookies list (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.