|
gnupg_encryptsignEncrypts and signs a given text Description
string gnupg_encryptsign
( resource
$identifier
, string $plaintext
)
Encrypts and signs the given Parameters
Return Values
On success, this function returns the encrypted and signed text.
On failure, this function returns Examples
Example #1 Procedural gnupg_encryptsign example
<?php Example #2 OO gnupg_encryptsign example
<?php |