Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
gnupg_verify
Popis
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
.
Návratové hodnoty
On success, this function returns informations about the signature. On failure, this function returns FALSE.
PÅ™edcházejÃcà | Domů | Dalšà |
gnupg_sign | Nahoru |