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

search for in the

gnupg_import> <gnupg_geterror
Last updated: Sun, 25 Nov 2007

view this page in

gnupg_getprotocol

(PECL gnupg:0.1-1.3.1)

gnupg_getprotocol — Returns the currently active protocol for all operations

Popis

int gnupg_getprotocol ( resource $identifier )

Vrátené hodnoty

Returns the currently active protocol, which can be one of GNUPG_PROTOCOL_OpenPGP or GNUPG_PROTOCOL_CMS.

Príklady

Example#1 Procedural gnupg_getprotocol() example

<?php
$res 
gnupg_init();
echo 
gnupg_getprotocol($res);
?>

Example#2 OO gnupg_getprotocol() example

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



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

gnupg_import> <gnupg_geterror
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites