gnupg_export
PECL gnupg >= 0.1
gnupg_export - Exports a key
Manual
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.