Index of all elements
[ a ]
[ d ]
[ e ]
[ g ]
[ ]
[ s ]
[ t ]
a
- $account_file_sender
- in file DTA.php, variable DTA::$account_file_sender
Account data for the file sender.
- addExchange
- in file DTA.php, method DTA::addExchange()
Adds an exchange. First the account data for the receiver of the exchange is set.
top
d
- DTA
- in file DTA.php, class DTA
Dta class provides functions to create and handle with DTA files used in Germany to exchange informations about money transactions with banks or online banking programs.
- DTA
- in file DTA.php, method DTA::DTA()
Constructor. The type of the DTA file must be set. One file can only contain credits (DTA_CREDIT) OR debits (DTA_DEBIT).
- DTA_CREDIT
- in file DTA.php, constant DTA_CREDIT
Determines the type of the DTA file: DTA file contains credit payments.
- DTA_DEBIT
- in file DTA.php, constant DTA_DEBIT
Determines the type of the DTA file: DTA file contains debit payments (default).
- DTA.php
- procedural page DTA.php
top
top
g
- getFileContent
- in file DTA.php, method DTA::getFileContent()
Returns the full content of the generated DTA file. All added exchanges are processed.
top
m
- makeValidString
- in file DTA.php, method DTA::makeValidString()
Makes the given string valid for DTA files. German umlauts become uppercase, all other chars not allowed are replaced with space
top
top
t
- $timestamp
- in file DTA.php, variable DTA::$timestamp
Current timestamp.
- $type
- in file DTA.php, variable DTA::$type
Type of DTA file, DTA_CREDIT or DTA_DEBIT.
top
v
- $validString_chars
- in file DTA.php, variable DTA::$validString_chars
Array of ASCII Codes of valid chars for DTA field data.
- validString
- in file DTA.php, method DTA::validString()
Checks if the given string contains only chars valid for fields in DTA files.
top
Documentation generated on Mon, 11 Mar 2019 10:16:46 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|