update : 2015.11.03
php.shukuma.com검색:
|
gnupg_decrypt(PECL gnupg >= 0.1) gnupg_decrypt — Decrypts a given text 설명
string gnupg_decrypt
( resource
$identifier
, string $text
)Decrypts the given text with the keys, which were set with gnupg_adddecryptkey before. 반환값
On success, this function returns the decrypted text.
On failure, this function returns 예제
Example #1 Procedural gnupg_decrypt() example
<?php Example #2 OO gnupg_encrypt() example
<?php |