CakeFest 2024: The Official CakePHP Conference

rnp_dump_packets_to_json

(PECL rnp >= 0.1.1)

rnp_dump_packets_to_jsonDump OpenPGP packets stream information to the JSON string

Description

rnp_dump_packets_to_json(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_JSON_DUMP_* predefined constants.

Valeurs de retour

JSON string with dump ou false si une erreur survient.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top