|
gnupg_importImports a key Description
array gnupg_import
( resource
$identifier
, string $keydata
)
Imports the key Parameters
Return Values
On success, this function returns and info-array about the importprocess.
On failure, this function returns Examples
Example #1 Procedural gnupg_import example
<?php Example #2 OO gnupg_import example
<?php |