PHP 클래스 Prado\Web\THttpCookie
A THttpCookie instance stores a single cookie, including the cookie name, value,
domain, path, expire, and secure.
파일 보기
프로젝트 열기: pradosoft/prado
1 사용 예제들
공개 메소드들
메소드 상세
public getExpire ( ) : integer |
리턴 |
integer |
the time the cookie expires. This is a Unix timestamp so is in number of seconds since the epoch. |
public getPath ( ) : string |
리턴 |
string |
the path on the server in which the cookie will be available on, default is '/' |
public getSecure ( ) : boolean |
리턴 |
boolean |
whether the cookie should only be transmitted over a secure HTTPS connection |