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

search for in the

gnupg_clearencryptkeys> <gnupg_addsignkey
Last updated: Fri, 13 Nov 2009

view this page in

gnupg_cleardecryptkeys

(PECL gnupg >= 0.5)

gnupg_cleardecryptkeys事前に復号のために設定されたすべてのキーを削除する

説明

bool gnupg_cleardecryptkeys ( resource $identifier )

パラメータ

identifier

gnupg_init() あるいは gnupg のコールで得られた gnupg ID。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 手続き型の gnupg_cleardecryptkeys() の例

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

例2 オブジェクト指向の gnupg_cleardecryptkeys() の例

<?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, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites