rnp_dump_packets

(PECL rnp >= 0.1.1)

rnp_dump_packetsDump OpenPGP packets stream information in humand-readable format

Description

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

Liste de paramètres

input

Input string containing OpenPGP data, either in binary or ASCII-armored format.

flags

See RNP_DUMP_* predefined constants.

Valeurs de retour

Text describing packet sequence ou false si une erreur survient.

To Top