-
-
-
-
-
isPost() : bool
-
isGet() : bool
-
isPut() : bool
-
isPatch() : bool
-
isHead() : bool
-
isDelete() : bool
-
isOptions() : bool
-
getMethod() : string
-
getUserAgent() : string
-
getHTTPReferer() : string
-
-
-
-
-
public function hasRequest(string $name)
-
public function hasPost(string $name)
-
public function hasGet(string $name)
-
public function hasServer(string $name)
-
public function isPost()
-
public function isGet()
-
public function isPut()
-
public function isPatch()
-
public function isHead()
-
public function isDelete()
-
public function isOptions()
-
public function getMethod()
-
public function getUserAgent()
-
public function getHTTPReferer()
-
public function getQuery(string $key, variable $filters, variable $defaultValue, bool $allowEmpty)
-
public function getFiles(string $key, variable $defaultValue)
-
public function getPost(string $key, variable $filters, variable $defaultValue, bool $allowEmpty)
-
public function getServer(string $key, variable $defaultValue)