| 
 | gnupg_exportExports a key Description
   string gnupg_export
    ( resource  $identifier, string$fingerprint)
   Exports the key  Parameters
 
 Return Values
   On success, this function returns the keydata.
   On failure, this function returns  Examples
 Example #1 Procedural gnupg_export example 
<?phpExample #2 OO gnupg_export example 
<?php |