ValidTXT
in package
Table of Contents
Properties
Methods
- isValid() : array<string|int, mixed>
- Verifies the validity of txt according to the rules of the code Important: The structures are in the storage folder and must be obtained through reverse engineering with the free sender
- loadStructure() : mixed
- Loads structure of txt from json file in storage folder
Properties
$entities
public
static mixed
$entities
= []
$errors
public
static mixed
$errors
= []
Methods
isValid()
Verifies the validity of txt according to the rules of the code Important: The structures are in the storage folder and must be obtained through reverse engineering with the free sender
public
static isValid(string $txt) : array<string|int, mixed>
Parameters
- $txt : string
Return values
array<string|int, mixed>loadStructure()
Loads structure of txt from json file in storage folder
public
static loadStructure([float $version = 3.1 ]) : mixed
Parameters
- $version : float = 3.1