|
gnupg_encryptEncrypts a given text Description
string 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
<?php Example #2 OO gnupg_encrypt example
<?php |