Public Member Functions | |
| setDelimiter ($value) | |
| The given value will be colored in html dumps. | |
| setEndOfHeader ($offset) | |
| sets the offset of the header's end | |
| createASCIIDump ($data) | |
| creates an ASCII hex dump out of the given data | |
| createHTMLDump ($data, $css2=FALSE) | |
| creates an HTML hex dump out of the given data | |
| _makeHTMLHex ($value, $offset) | |
| formats the given number for a hex dump | |
| _makeHTMLASCII ($char, $offset) | |
| formats the given value for the ASCII part of an hex dump | |
Public Attributes | |
| $highlightValues = array() | |
| array of values to highlight | |
| $endOfHeader | |
| stores the offset of the header end | |
| $startOfTerminator | |
| stores the offset where the terminator starts | |
|
||||||||||||
|
formats the given value for the ASCII part of an hex dump
|
|
||||||||||||
|
formats the given number for a hex dump
|
|
|
creates an ASCII hex dump out of the given data
|
|
||||||||||||
|
creates an HTML hex dump out of the given data
|
|
|
The given value will be colored in html dumps.
|
|
|
sets the offset of the header's end
|
|
|
array of values to highlight Format: value => html color |
1.4.4