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