update : 2015.11.03
php.shukuma.com검색:
|
gnupg_verify(PECL gnupg >= 0.1) gnupg_verify — Verifies a signed text 설명
array gnupg_verify
( resource
$identifier
, string $signed_text
, string $signature
[, string &$plaintext
] )
Verifies the given 인수
반환값
On success, this function returns information about the signature.
On failure, this function returns 예제
Example #1 Procedural gnupg_verify() example
<?php Example #2 OO gnupg_verify() example
<?php |