PHP » GoLang |
login |
register |
about
|
gnupg_verify(PECL gnupg >= 0.1) gnupg_verify — Verifies a signed text Description
array gnupg_verify
( resource
$identifier
, string $signed_text
, string $signature
[, string &$plaintext
] )
Verifies the given Parameters
Return Values
On success, this function returns information about the signature.
On failure, this function returns Examples
Example #1 Procedural gnupg_verify() example
<?php Example #2 OO gnupg_verify() example
<?php |
more
Recently updated
more
Most requested
|