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

rnp_dump_packets_to_json

(PECL rnp >= 0.1.1)

rnp_dump_packets_to_jsonDump OpenPGP packets stream information to the JSON string

Опис

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

Параметри

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

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

JSON string with dump або false в разі помилки.

To Top