Fully Qualified Name: | Zend\Http\Header\Cookie |
Extends: | ArrayObject |
Implements: | HeaderInterface |
Name | Description | Defined By |
---|---|---|
__construct() | Cookie | |
__toString() | Get the cookie as a string, suitable for sending as a "Cookie" header in an HTTP request | Cookie |
fromSetCookieArray() | Cookie | |
fromString() | Cookie | |
getEncodeValue() | Cookie | |
getFieldName() | Cookie | |
getFieldValue() | Cookie | |
setEncodeValue() | Cookie | |
toString() | Cookie |
Parameter Name | Type | Description |
---|---|---|
$array |
Returns: void
Get the cookie as a string, suitable for sending as a "Cookie" header in an HTTP request
Returns: string
Parameter Name | Type | Description |
---|---|---|
$setCookies |
Returns: void
Parameter Name | Type | Description |
---|---|---|
$headerLine |
Returns: void
Returns: bool
Returns: void
Returns: void
Parameter Name | Type | Description |
---|---|---|
$encodeValue | bool |
Returns: $this
Returns: void