web.server.api.ServerVar

ServerVar is available since version 1.0.

Prototype:

string ServerVar(string varname)

Parameters

varname
the server variable name. Ex: "SERVER_SOFTWARE", "REMOTE_HOST"

Description:

Gets a server environmental variable for the current script.

Return value:

Returns the value of the variable.