|
PHP5中文手册
gnupg_export(PECL gnupg:0.1-1.3.1) gnupg_export — Exports a key 说明
string gnupg_export
( resource $identifier
, string $fingerprint
)
Exports the key fingerprint . 返回值On success, this function returns the keydata. On failure, this function returns FALSE. 范例
Example#1 Procedural gnupg_export() example
<?php Example#2 OO gnupg_export() example
<?php |