[Overview][Constants][Classes][Index] |
Number of available variables.
Source position: ezcgi.pp line 74
public property TEZcgi.VariableCount : Integer |
TEZcgi.VariableCount returns the number of available CGI variables. This includes both the standard CGI environment variables and the request variables. The actual names and values can be retrieved with the Names and Variables properties.
|
Indexed array with available variable names. |
|
|
Indexed array with variables as name=value pairs. |
|
|
Variables passed to the CGI script |
|
|
Return the value of a request variable. |