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();
?>