|
gnupg_encryptEncrypts a given text Description
stringfalse gnupg_encrypt(resource
$identifier, string $plaintext)
Encrypts the given Parameters
Return Values
On success, this function returns the encrypted text.
On failure, this function returns Examples
Example #1 Procedural gnupg_encrypt example Example #2 OO gnupg_encrypt example |