FilterASCIIHexDecode Class FilterASCIIHexDecode

File: /FPDI v1/filters/FilterASCIIHexDecode.php

Class hierarchy

Summary

Methods

decode()

public FilterASCIIHexDecode::decode (
string $data
): string

Converts an ASCII hexadecimal encoded string into it's binary representation.

Parameters
$data : string

The input string

encode()

public FilterASCIIHexDecode::encode (
string $data [, boolean $leaveEOD = false ]
): string

Converts a string into ASCII hexadecimal representation.

Parameters
$data : string

The input string

$leaveEOD : boolean