|
PHP5中文手册
gnupg_import(PECL gnupg:0.3-1.3.1) gnupg_import — Imports a key 说明
array gnupg_import
( resource $identifier
, string $keydata
)
Imports the key keydata and returns an array with information about the importprocess. 返回值On success, this function returns and info-array about the importprocess. On failure, this function returns FALSE. 范例
Example#1 Procedural gnupg_import() example
<?php Example#2 OO gnupg_import() example
<?php |