|
gnupg_decryptverifyDecrypts and verifies a given text Description
array gnupg_decryptverify
( resource
$identifier
, string $text
, string &$plaintext
)Decrypts and verifies a given text and returns information about the signature. Parameters
Return Values
On success, this function returns information about the signature and
fills the Examples
Example #1 Procedural gnupg_decryptverify example
<?php Example #2 OO gnupg_decryptverify example
<?php |