(PECL gnupg >= 0.4)
gnupg_init — Initialize a connection
锟剿猴拷锟斤拷没锟叫诧拷锟斤拷锟斤拷
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();
?>