gnupg_import

PECL gnupg >= 0.3
gnupg_import - Imports a key
Manual
Code Examples

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.

Example of gnupg_import

Show all examples for gnupg_import

PHP Version: