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

search for in the

gnupg_decrypt> <gnupg_clearencryptkeys
Last updated: Fri, 26 Dec 2008

view this page in

gnupg_clearsignkeys

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

gnupg_clearsignkeysSupprime toutes les clés qui étaient fixées pour signature auparavant

Description

bool gnupg_clearsignkeys ( 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_clearsignkeys() (Style procédural)

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

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

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



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

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