Legend of the Green Dragon

output.php

Table of Contents

set_block_new_output()  : mixed
Block any output statements temporarily.
rawoutput()  : mixed
Raw output (unprocessed) appended to the output buffer.
debug()  : string
Generates the appropriate output based on the LOGD coding system (ie: `b: Bold, `i: Italic).
appoencode()  : string
Generates the appropriate output based on the LOGD coding system (ie: `b: Bold, `i: Italic).

Functions

set_block_new_output()

Block any output statements temporarily.

set_block_new_output( $block) : mixed
Parameters
$block :

should output be blocked

Tags
deprecated

rawoutput()

Raw output (unprocessed) appended to the output buffer.

rawoutput( $indata) : mixed
Parameters
$indata :
Tags
deprecated

debug()

Generates the appropriate output based on the LOGD coding system (ie: `b: Bold, `i: Italic).

debug(mixed $text[, mixed $force = false ]) : string
Parameters
$text : mixed
$force : mixed = false

appoencode()

Generates the appropriate output based on the LOGD coding system (ie: `b: Bold, `i: Italic).

appoencode(string $data[, bool $priv = false ]) : string
Parameters
$data : string

The string to be output

$priv : bool = false

Indicates if the passed string ($data) contains HTML

Search results