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

search for in the

gnupg_keyinfo> <gnupg_import
Last updated: Fri, 14 Aug 2009

view this page in

gnupg_init

(PECL gnupg >= 0.4)

gnupg_initInitialise une connexion

Description

resource gnupg_init ( void )

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Une ressource de connexion GnuPG, utilisée par les autres fonctions GnuPG.

Exemples

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

<?php
$res 
gnupg_init();
?>

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

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



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

gnupg_keyinfo> <gnupg_import
Last updated: Fri, 14 Aug 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites