gnupg_init

(PECL gnupg >= 0.4)

gnupg_initInitialize a connection

˵��

gnupg_init ( void ) : resource

����

�˺���û�в�����

����ֵ

A GnuPG resource connection used by other GnuPG functions.

����

Example #1 Procedural gnupg_init() example

<?php
$res 
gnupg_init();
?>

Example #2 OO gnupg initializer example

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