gnupg_verify
Description
array gnupg_verify ( resource identifier, string signed_text, string signature [, string plaintext] )
Verifies the given signed_text and returns information about the
signature.
To verify a clearsigned text, set signature to FALSE.
If the optional parameter plaintext is passed, it is
filled with the plaintext.
Return Values
On success, this function returns informations about the signature. On failure, this function returns FALSE.
