gnupg_import
PECL gnupg >= 0.3
gnupg_import - Imports a key
Manual
gnupg_import(
resource$identifier,
string$keydata ): array
Imports the key keydata and returns an array with information about the importprocess.
Parameters
- identifier
-
The gnupg identifier, from a call to gnupg_init or gnupg.
- keydata
-
The data key that is being imported.
Return Values
On success, this function returns and info-array about the importprocess. On failure, this function returns false.