rnp_dump_packets
PHP Manual
PHP Manual»Rnp Функції»rnp_dump_packets

rnp_dump_packets

(PECL rnp >= 0.1.1)

rnp_dump_packetsDump OpenPGP packets stream information in humand-readable format

Опис

function rnp_dump_packets(string $input, int $flags): string|false

Параметри

input
Input string containing OpenPGP data, either in binary or ASCII-armored format.
flags
See RNP_DUMP_* predefined constants.

Значення, що повертаються

Text describing packet sequence або false в разі помилки.

To Top