Method | Description | |
---|---|---|
__construct ( $name, $value ) | Constructor. | |
getDomain ( ) : string | ||
getExpire ( ) : integer | ||
getHttpOnly ( ) : boolean | ||
getName ( ) : string | ||
getPath ( ) : string | ||
getSecure ( ) : boolean | ||
getValue ( ) : string | ||
setDomain ( $value ) | ||
setExpire ( $value ) | ||
setHttpOnly ( boolean $value ) | ||
setName ( $value ) | ||
setPath ( $value ) | ||
setSecure ( $value ) | ||
setValue ( $value ) |
public getHttpOnly ( ) : boolean | ||
return | boolean | if true the cookie value will be unavailable to JavaScript |
public setHttpOnly ( boolean $value ) | ||
$value | boolean | if true the cookie value will be unavailable to JavaScript |