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

Arguments:

name Variable name

Description:

Unsets cookie which has been set with web_set_cookie. If output_buffering is disabled this call is valid only before any output (web_print[xxx] calls).

Returns:

TRUE on success, FALSE on error.

Usage:

web_unset_cookie('foo');

See also:

web_set_cookie.

PSP Help documents