PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

gnupg_clearencryptkeys> <gnupg_addsignkey
Last updated: Fri, 26 Sep 2008

view this page in

gnupg_cleardecryptkeys

(No version information available, might be only in CVS)

gnupg_cleardecryptkeysRemoves all keys which were set for decryption before

Описание

bool gnupg_cleardecryptkeys ( resource $identifier )

Список параметров

identifier

The gnupg identifier, from a call to gnupg_init() or gnupg.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Примеры

Пример #1 Procedural gnupg_cleardecryptkeys() example

<?php
$res 
gnupg_init();
gnupg_cleardecryptkeys($res);
?>

Пример #2 OO gnupg_cleardecryptkeys() example

<?php
$gpg 
= new gnupg();
$gpg -> cleardecryptkeys();
?>



add a note add a note User Contributed Notes
gnupg_cleardecryptkeys
There are no user contributed notes for this page.

gnupg_clearencryptkeys> <gnupg_addsignkey
Last updated: Fri, 26 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites