/ LJCPHPCodeDoc / LJCTextLib / LJCWriter


Syntax

PHP
class LJCWriter

Contains console and file output methods.

Remarks

The Write() and WriteLine() static functions are used to write to stdout.

The FWrite() and FWriteLine() methods that write to the file stream passed to the LJCWriter constructor.

Public Functions
Write Writes text with indents.
WriteFile Writes a text file.
WriteLine Writes a text line with indents.
construct Initializes an object instance.
FWrite Writes file text with indents.
FWriteLine Writes a file text line with indents.
6 Functions

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.