FreenetIS
 All Classes Namespaces Functions Variables Pages
Static Public Member Functions | List of all members
server Class Reference

Static Public Member Functions

static http_user_agent ()
static http_host ()
static server_name ()
static server_addr ()
static server_port ()
static remote_addr ()
static http_referer ()
static http_accept_language ()
static server_software ()
 Returns server software.
static script_name ()
 Returns name of script.
static is_apache ()
 Tests if http server is apache.
static is_mod_rewrite_enabled ()
 Tests if mod_rewrite is enabled.
static request_uri ()
 Return request uri.
static query_string ()
 Returns query string of current url with ? if not empty.
static base_dir ()
 Returns base directory of FreenetIS.

Member Function Documentation

static server::base_dir ( )
static

Returns base directory of FreenetIS.

This function is based on current path of this file, please do not relocate this file!!

Author
Ondřej Fibich
Returns
string
static server::is_apache ( )
static

Tests if http server is apache.

Author
Michal Kliment
Returns
boolean
static server::is_mod_rewrite_enabled ( )
static

Tests if mod_rewrite is enabled.

Author
Michal Kliment
Returns
boolen
static server::query_string ( )
static

Returns query string of current url with ? if not empty.

Author
Michal Kliment
Returns
string
static server::request_uri ( )
static

Return request uri.

Author
Michal Kliment
Returns
string
static server::script_name ( )
static

Returns name of script.

Author
Michal Kliment
Returns
string
static server::server_software ( )
static

Returns server software.

Author
Michal Kliment
Returns
string

The documentation for this class was generated from the following file: