|
gnupg_decryptDecrypts a given text Description
stringfalse gnupg_decrypt(resource
$identifier , string $text )Decrypts the given text with the keys, which were set with gnupg_adddecryptkey before. Parameters
Return Values
On success, this function returns the decrypted text.
On failure, this function returns Examples
Example #1 Procedural gnupg_decrypt example
Example #2 OO gnupg_decrypt example
|