|
PHP5中文手册
gnupg_verify(PECL gnupg:0.1-1.3.1) gnupg_verify — Verifies a signed text 说明
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 . 返回值On success, this function returns informations about the signature. On failure, this function returns FALSE. 范例
Example#1 Procedural gnupg_verify() example
<?php Example#2 OO gnupg_verify() example
<?php |