You are here

public function CookieJarInterface::toArray in Lockr 7.3

Converts the cookie jar to an array.

Return value

array

1 method overrides CookieJarInterface::toArray()
CookieJar::toArray in vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php
Converts the cookie jar to an array.

File

vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php, line 83

Class

CookieJarInterface
Stores HTTP cookies.

Namespace

GuzzleHttp\Cookie

Code

public function toArray();