suche nach in der

gnupg_keyinfo> <gnupg_import
Last updated: Fri, 18 May 2012

view this page in

gnupg_init

(PECL gnupg >= 0.4)

gnupg_initInitialize a connection

Beschreibung

resource gnupg_init ( void )

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

A GnuPG resource connection used by other GnuPG functions.

Beispiele

Beispiel #1 Procedural gnupg_init() example

<?php
$res 
gnupg_init();
?>

Beispiel #2 OO gnupg initializer example

<?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, 18 May 2012