update : 2015.11.03
php.shukuma.com검색:
|
gnupg_import(PECL gnupg >= 0.3) gnupg_import — Imports a key 설명
array gnupg_import
( resource
$identifier
, string $keydata
)
Imports the key 반환값
On success, this function returns and info-array about the importprocess.
On failure, this function returns 예제
Example #1 Procedural gnupg_import() example
<?php Example #2 OO gnupg_import() example
<?php |