downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

gnupg_keyinfo> <gnupg_import
Last updated: Fri, 13 Nov 2009

view this page in

gnupg_init

(PECL gnupg >= 0.4)

gnupg_init接続を初期化する

説明

resource gnupg_init ( void )

パラメータ

この関数にはパラメータはありません。

返り値

GnuPG 接続リソースを返します。これを他の GnuPG 関数で使用します。

例1 手続き型の gnupg_init() の例

<?php
$res 
gnupg_init();
?>

例2 オブジェクト指向の gnupg の初期化の例

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



add a note add a note User Contributed Notes
gnupg_init
There are no user contributed notes for this page.

gnupg_keyinfo> <gnupg_import
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites