final public hasServer (mixed $name) Checks whether $_SERVER superglobal has certain index
public getHttpMethodParameterOverride () ...
final public getMethod () Gets HTTP method which request has been made If the X-HTTP-Method-Override header is set, and if
public getClientCharsets () Gets a charsets array and their quality accepted by the browser/client from _SERVER[“HTTP_ACCEPT_CHARSET”]
public getServer (mixed $name) Gets variable from $_SERVER superglobal
public isPost () Checks whether HTTP method is POST. if _SERVER[“REQUEST_METHOD”]===”POST”
public isTrace () Checks whether HTTP method is TRACE. if _SERVER[“REQUEST_METHOD”]===”TRACE”
public isDelete () Checks whether HTTP method is DELETE. if _SERVER[“REQUEST_METHOD”]===”DELETE”
public getExtension ()
public setStrictHostCheck ([mixed $flag]) Sets if the Request::getHttpHost method must be use strict
Page 1 of 8