CakeFest 2024: The Official CakePHP Conference

rnp_dump_packets

(PECL rnp >= 0.1.1)

rnp_dump_packetsDump OpenPGP packets stream information in humand-readable format

说明

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.

add a note

User Contributed Notes

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