|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Static Public Member Functions | |
| static | encode ($data, $params=null) |
| static | decode ($data, $params=null) |
Additional Inherited Members | |
Static Protected Member Functions inherited from Zend_Pdf_Filter_Compression | |
| static | _applyEncodeParams ($data, $params) |
| static | _applyDecodeParams ($data, $params) |
|
static |
Decode data
| string | $data | |
| array | $params |
| Zend_Pdf_Exception |
Implements Zend_Pdf_Filter_Interface.
Definition at line 84 of file Lzw.php.
|
static |
Encode data
| string | $data | |
| array | $params |
| Zend_Pdf_Exception |
Implements Zend_Pdf_Filter_Interface.
Definition at line 66 of file Lzw.php.