This class can gather information about the HTTP request that triggered the execution of the current PHP script.
It can gather information about the request parameters, path, URL, GET and POST parameters, cookies, the remote user IP address, character sets supported by the user browser.
The data received via _GET, _POST or _COOKIE is fixed to escape the eventual magic quote alterations.