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