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

search for in the

gnupg_keyinfo> <gnupg_import
[edit] Last updated: Fri, 26 Apr 2013

view this page in

gnupg_init

(PECL gnupg >= 0.4)

gnupg_initInitialize a connection

Description

resource gnupg_init ( void )

Parameters

This function has no parameters.

Return Values

A GnuPG resource connection used by other GnuPG functions.

Examples

Example #1 Procedural gnupg_init() example

<?php
$res 
gnupg_init();
?>

Example #2 OO gnupg initializer example

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



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites