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

search for in the

gnupg_clearsignkeys> <gnupg_cleardecryptkeys
Last updated: Fri, 20 Jun 2008

view this page in

gnupg_clearencryptkeys

(PECL gnupg:0.5-1.3.1)

gnupg_clearencryptkeys — Supprime toutes les clés qui étaient fixées pour chiffrement auparavant

Description

bool gnupg_clearencryptkeys ( resource $identifier )

Liste de paramètres

identifier

L'identifiant gnupg, généré par un appel à la fonction gnupg_init() ou à la fonction gnupg.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.

Exemples

Exemple #1 Exemple avec gnupg_clearencryptkeys() (Style procédural)

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

Exemple #2 Exemple avec gnupg_clearencryptkeys() (Style orienté objet)

<?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: Fri, 20 Jun 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites