TCPDF_FILTERS::decodeFilterCrypt( $data )
Crypt (NOT IMPLEMETED – RETURN AN EXCEPTION) Decrypts data encrypted by a security handler, reproducing the data as it was before encryption.
Description Description
Parameters Parameters
- $data
-
(Required) (string) Data to decode.
Return Return
(Decoded) data string.
Source Source
File: includes/lib/tcpdf/include/tcpdf_filters.php
Changelog Changelog
Version | Description |
---|---|
1.0.000 | Introduced. |