gnupg_init

(PECL gnupg >= 0.4)

gnupg_initInitialize a connection

Açıklama

gnupg_init ( void ) : resource

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

A GnuPG resource connection used by other GnuPG functions.

Örnekler

Örnek 1 Procedural gnupg_init() example

<?php
$res 
gnupg_init();
?>

Örnek 2 OO gnupg initializer example

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