This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function web_get_env(const name: string): string;

Arguments:

name Variable name

Description:

Returns environment variable value.

Returns:

Variable value as string or empty one on error.

Usage:

s := web_get_env('REMOTE_ADDR');

See also:

web_set_env.

PSP Help documents