| 
 | gnupg_signSigns a given text Description
   string gnupg_sign
    ( resource  $identifier, string$plaintext)
   Signs the given  Parameters
 
 Return Values
   On success, this function returns the signed text or the signature.
   On failure, this function returns  Examples
 Example #1 Procedural gnupg_sign example 
<?phpExample #2 OO gnupg_sign example 
<?php |