require_once 'ClientCookieManager.php';
void HTTP_Client_CookieManager::addCookie (array $cookie)
void HTTP_Client_CookieManager::addCookie
This package is not documented yet.
An array representing cookie, this function expects all of the array's fields ('name', 'value', 'domain', 'path', 'expires', 'secure') to be set.
throws no exceptions thrown
This function can not be called statically.