public getClientCharsets () Gets a charsets array and their quality accepted by the browser/client from _SERVER[“HTTP_ACCEPT_CHARSET”]
public getContentType () Gets content type which request has been made
public isUploadedFile () Checks whether the file has been uploaded via Post.
public getPort () Gets information about the port on which the request is made.
public getExtension ()
public getHttpMethodParameterOverride () ...
public isTrace () Checks whether HTTP method is TRACE. if _SERVER[“REQUEST_METHOD”]===”TRACE”
final public getHeader (mixed $header) Gets HTTP header from request data
public isStrictHostCheck () Checks if the Request::getHttpHost method will be use strict validation of host name
public isOptions () Checks whether HTTP method is OPTIONS. if _SERVER[“REQUEST_METHOD”]===”OPTIONS”
Page 2 of 8