Class for handling ASCII hexadecimal encoded data.
More...
|
| decode ($data) |
| Converts an ASCII hexadecimal encoded string into its binary representation.
|
|
| encode ($data, $leaveEOD=false) |
| Converts a string into ASCII hexadecimal representation.
|
|
Class for handling ASCII hexadecimal encoded data.
◆ decode()
AsciiHex::decode |
( |
| $data | ) |
|
Converts an ASCII hexadecimal encoded string into its binary representation.
- Parameters
-
string | $data | The input string |
- Return values
-
Implements FilterInterface.
◆ encode()
AsciiHex::encode |
( |
| $data, |
|
|
| $leaveEOD = false ) |
Converts a string into ASCII hexadecimal representation.
- Parameters
-
string | $data | The input string |
boolean | $leaveEOD | |
- Return values
-
The documentation for this class was generated from the following file:
- mod/assign/feedback/editpdf/fpdi/PdfParser/Filter/AsciiHex.php