OutputOn this pageZymba Documentation Output object @Output() { clear() {} echo(...$strings) {} flush() {} getContent(): string {} getLevel(): int {} getSize(): int {}} Static standard output related prototypes and functions. Functions Function: clearClears the output buffer.@Output.clear(): void Function: echoOutputs strings.@Output.echo(variadic $strings): voidParametersNameTypeValueDefaultstringsvariadic... Function: flushFlushes the output buffer.@Output.flush(): void Function: getContentGets the content of the current output buffer.@Output.getContent(): stringReturnsTypeValuestring Function: getLevelGets the nesting level of output buffering.@Output.getLevel(): intReturnsTypeValueint Function: getSizeGets the size of the current output buffer in number of bytes.@Output.getSize(): intReturnsTypeValueint