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

Arguments:

name Header name part

Description:

Removes header from the list. If output_buffering is disabled this call takes effect only before any output (web_print[xxx]).

Returns:

TRUE on success, FALSE on error.

Usage:

web_unset_header('Pragma');

See also:

web_set_header.

PSP Help documents