update : 2015.11.03
php.shukuma.com검색:
|
gnupg_sign(PECL gnupg >= 0.1) gnupg_sign — Signs a given text 설명
string gnupg_sign
( resource
$identifier
, string $plaintext
)
Signs the given 반환값
On success, this function returns the signed text or the signature.
On failure, this function returns 예제
Example #1 Procedural gnupg_sign() example
<?php Example #2 OO gnupg_sign() example
<?php |