gnupg_export

PECL gnupg >= 0.1
gnupg_export - Exports a key
Manual
Code Examples

gnupg_export( resource$identifier, string$fingerprint ): string

Exports the key fingerprint.

Parameters

identifier

The gnupg identifier, from a call to gnupg_init or gnupg.

fingerprint

The fingerprint key.

Return Values

On success, this function returns the keydata. On failure, this function returns false.

Example of gnupg_export

Show all examples for gnupg_export

PHP Version: