public function CookieJarInterface::toArray in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php \GuzzleHttp\Cookie\CookieJarInterface::toArray()
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\CookieCode
public function toArray();