Open Journal Systems  3.3.0
CookieParserInterface.php
1 <?php
2 
3 namespace Guzzle\Parser\Cookie;
4 
9 {
32  public function parseCookie($cookie, $host = null, $path = null, $decode = false);
33 }
Guzzle\Parser\Cookie
Definition: CookieParser.php:3
Guzzle\Parser\Cookie\CookieParserInterface\parseCookie
parseCookie($cookie, $host=null, $path=null, $decode=false)
Guzzle\Parser\Cookie\CookieParserInterface
Definition: CookieParserInterface.php:8