24 #require_once 'Zend/Pdf/Filter/Interface.php'; 45 return bin2hex(
$data) .
'>';
66 if ($charCode == 0x0A || $charCode == 0x0D ) {
95 if ($charCode >= 0x30 && $charCode <= 0x39 ) {
96 $code = $charCode - 0x30;
97 }
else if ($charCode >= 0x41 && $charCode <= 0x46 ) {
98 $code = $charCode - 0x37;
99 }
else if ($charCode >= 0x61 && $charCode <= 0x66 ) {
100 $code = $charCode - 0x57;
102 #require_once 'Zend/Pdf/Exception.php'; 109 $hexCodeHigh =
$code;
116 $oddCode = !$oddCode;
124 #require_once 'Zend/Pdf/Exception.php'; 130 $output .= chr($hexCodeHigh*16);
static decode($data, $params=null)
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
static encode($data, $params=null)