PHP » GoLang |
login |
register |
about
|
GoLang gnupg_encryptsign
request it (303)
GoLang replacement for PHP's gnupg_encryptsign
[edit | history]
gnupg_encryptsign(PECL gnupg >= 0.2) gnupg_encryptsign — Encrypts 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 |
more
Recently updated
more
Most requested
more
Last requests
|