PHP » GoLang |
login |
register |
about
|
gnupg_decrypt(PECL gnupg >= 0.1) gnupg_decrypt — Decrypts a given text Description
string gnupg_decrypt
( resource
$identifier
, string $text
)Decrypts the given text with the keys, which were set with gnupg_adddecryptkey before. Parameters
Return Values
On success, this function returns the decrypted text.
On failure, this function returns Examples
Example #1 Procedural gnupg_decrypt() example
<?php Example #2 OO gnupg_encrypt() example
<?php |
more
Recently updated
more
Most requested
more
Last requests
|