[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/guzzlehttp/guzzle/src/Cookie/ -> CookieJar.php (summary)

(no description)

File Size: 248 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CookieJar:: (12 methods):
  __construct()
  fromArray()
  getCookieValue()
  toArray()
  clear()
  clearSessionCookies()
  setCookie()
  count()
  getIterator()
  extractCookies()
  addCookieHeader()
  removeCookieIfEmpty()


Class: CookieJar  - X-Ref

Cookie jar that stores cookies an an array

__construct($strictMode = false, $cookieArray = [])   X-Ref

param: bool $strictMode   Set to true to throw exceptions when invalid
param: array $cookieArray Array of SetCookie objects or a hash of arrays

fromArray(array $cookies, $domain)   X-Ref
Create a new Cookie jar from an associative array and domain.

param: array  $cookies Cookies to create the jar from
param: string $domain  Domain to set the cookies to
return: self

getCookieValue($value)   X-Ref
Quote the cookie value if it is not already quoted and it contains
problematic characters.

param: string $value Value that may or may not need to be quoted
return: string

toArray()   X-Ref
No description

clear($domain = null, $path = null, $name = null)   X-Ref
No description

clearSessionCookies()   X-Ref
No description

setCookie(SetCookie $cookie)   X-Ref
No description

count()   X-Ref
No description

getIterator()   X-Ref
No description

extractCookies(RequestInterface $request,ResponseInterface $response)   X-Ref
No description

addCookieHeader(RequestInterface $request)   X-Ref
No description

removeCookieIfEmpty(SetCookie $cookie)   X-Ref
If a cookie already exists and the server asks to set it again with a
null value, the cookie must be deleted.

param: SetCookie $cookie



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1