gnupg_init
(PECL gnupg >= 0.4)
gnupg_init — Initialize a connection
Opis
resource gnupg_init
( void
)
Parametry
Ta funkcja nie posiada parametrów.
Zwracane wartości
A GnuPG resource connection used by other GnuPG functions.
Przykłady
Przykład #1 Procedural gnupg_init() example
<?php
$res = gnupg_init();
?>
Przykład #2 OO gnupg initializer example
<?php
$gpg = new gnupg();
?>
There are no user contributed notes for this page.
