Topic complex |
CGI functions |
Function |
cgibuffer() |
Short |
Turns the CGI-output buffering on or off |
Syntax |
CGIBUFFER(mode : INTEGER) : INTEGER |
Parameter |
mode : 0 (=off) | 1 (=on) |
Return |
Actual mode after execution of the function
|
See also: |
|
Description |
With this function the buffering of the CGI output can be turned on and off.
Turning it off in contrast to CGICLOSEBUFFER the content of the buffer is not outputted.
The function is mainly used, if the buffering should be activated again after the use of CGICLOSEBUFFER.
|