PHP 인터페이스 Icicle\Http\Message\Cookie\Cookie

파일 보기 프로젝트 열기: icicleio/http

공개 메소드들

메소드 설명
__toString ( ) : string
getName ( ) : string
getValue ( ) : string
toHeader ( ) : string

메소드 상세

__toString() 공개 메소드

public __toString ( ) : string
리턴 string Cookie value.

getName() 공개 메소드

public getName ( ) : string
리턴 string Cookie name.

getValue() 공개 메소드

public getValue ( ) : string
리턴 string Cookie value.

toHeader() 공개 메소드

public toHeader ( ) : string
리턴 string Cookie formatted as an HTTP header.