Method | Description | |
---|---|---|
getCookie ( $name ) | ||
getRemoteIp ( ) | ||
getUserAgent ( ) | ||
isSSL ( ) | ||
setCookie ( $name, $value = null, $expire = null, $path = null, $domain = null, $secure = null, $httpOnly = null ) | ||
setCookieValue ( $name, $value = null, $expire = null, $path = null, $domain = null, $secure = null, $httpOnly = null ) | ||
setHeader ( $name, $value, $httpResponseCode = null ) | ||
setHeaderValue ( $name, $value, $replace = true, $httpResponseCode = null ) | ||
setInstance ( Gpf_HttpResponse $instance ) |
Method | Description | |
---|---|---|
getInstance ( ) : Gpf_Http | ||
isValidIp ( $ip ) |
public static setCookie ( $name, $value = null, $expire = null, $path = null, $domain = null, $secure = null, $httpOnly = null ) |
public setCookieValue ( $name, $value = null, $expire = null, $path = null, $domain = null, $secure = null, $httpOnly = null ) |
public static setHeader ( $name, $value, $httpResponseCode = null ) |
public setHeaderValue ( $name, $value, $replace = true, $httpResponseCode = null ) |
public static setInstance ( Gpf_HttpResponse $instance ) | ||
$instance | Gpf_HttpResponse |