Method Context():getEnv() Professional

Query a CGI environment variable on the gateway.

Syntax
:getEnv( <cCGIvarname> ) --> cValue
Parameters
<cCGIvarname>
<cCGIvarname> is a character string containing the name of the CGI environment variable that shall be retrieved.
Return

The method returns a character string containing the value of the CGI environment variable.

Description

The method :getEnv() accepts a character string <cCGIvarname>defining the name of a CGI environment variable and returns its contents as character string.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.