GnuPG Функции
PHP Manual

gnupg_init

(PECL gnupg >= 0.4)

gnupg_initInitialize a connection

Описание

resource gnupg_init ( void )

Параметри

Тази функция няма параметри.

Връщани стойности

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


GnuPG Функции
PHP Manual