gnupg_init
(PECL gnupg >= 0.4)
gnupg_init — Initialize a connection
Açıklama
resource gnupg_init
( void
)
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();
?>
There are no user contributed notes for this page.
