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