/ LJCPHPCodeDoc / LJCTextReaderLib / LJCTextReader


Syntax

PHP
class LJCTextReader

Contains methods to read text files and parse into fields.

Public Functions
construct Initializes a class instance with the provided values.
SetConfig Set the configuration.
Clear Clears the field values.
FillDataObject Populates a DataObject from the field values.
GetString Gets the field value.
Read Reads the next input line.
6 Functions

Public Properties
$DbColumns The field configuration.
$FieldCount The field count.
$FieldDelimiter The field delimiter.
$FieldNames The field names.
$FieldValues The field values.
$FileSpec The file specification.
$ValueCount The value count.
$ValueDelimiter The value delimiter.

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