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

search for in the

gnupg_clearsignkeys> <gnupg_cleardecryptkeys
Last updated: Sun, 25 Nov 2007

view this page in

gnupg_clearencryptkeys

(PECL gnupg:0.5-1.3.1)

gnupg_clearencryptkeys — Removes all keys which were set for encryption before

Popis

bool gnupg_clearencryptkeys ( resource $identifier )

Vrátené hodnoty

Vracia TRUE pri úspechu alebe FALSE pri chybe.

Príklady

Example#1 Procedural gnupg_clearencryptkeys() example

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

Example#2 OO gnupg_clearencryptkeys() example

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



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

gnupg_clearsignkeys> <gnupg_cleardecryptkeys
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites