Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Icicle
Http
Message
Cookie
Cookie
PHP Interface Icicle\Http\Message\Cookie\Cookie
显示文件
Open project: icicleio/http
Public Methods
Method
Description
__toString
( ) :
string
getName
( ) :
string
getValue
( ) :
string
toHeader
( ) :
string
Method Details
__toString()
public
method
public
__toString
( ) :
string
return
string
Cookie value.
getName()
public
method
public
getName
( ) :
string
return
string
Cookie name.
getValue()
public
method
public
getValue
( ) :
string
return
string
Cookie value.
toHeader()
public
method
public
toHeader
( ) :
string
return
string
Cookie formatted as an HTTP header.