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

Arguments:

name Variable name

Description:

Checks whether such header exists.

Returns:

TRUE or FALSE depending on variable validity.

Usage:

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

See also:

web_get_header.

PSP Help documents