gnupg_addsignkey
PECL gnupg >= 0.5
gnupg_addsignkey - Add a key for signing
Manual
gnupg_addsignkey(
resource$identifier,
string$fingerprint,
[string$passphrase] ): bool
Parameters
- identifier
-
The gnupg identifier, from a call to gnupg_init or gnupg.
- fingerprint
-
The fingerprint key.
- passphrase
-
The pass phrase.
Return Values
Returns true on success or false on failure.