|
|||||||||
|
|||||||||
gnupg_decrypt(PECL gnupg:0.1-1.3.1) gnupg_decrypt — Decrypts a given text Описание
string gnupg_decrypt
( resource $identifier
, string $text
)
Decrypts the given text with the keys, which were set with gnupg_adddecryptkey before. Возвращаемые значенияOn success, this function returns the decrypted text. On failure, this function returns FALSE. Примеры
Пример #1 Procedural gnupg_decrypt() example
<?phpПример #2 OO gnupg_encrypt() example
<?php | |||||||||
|
|||||||||