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_is_config(const name: string): boolean;

Arguments:

name Variable name

Description:

Checks whether such configuration variable exists.

Returns:

TRUE or FALSE depending on variable validity.

Usage:

if web_is_config('name') then
	// Some actions
else
	// Other actions

See also:

web_get_config.

PSP Help documents