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

search for in the

gnupg_import> <gnupg_geterror
Last updated: Fri, 22 Aug 2008

view this page in

gnupg_getprotocol

(PECL gnupg:0.1-1.3.1)

gnupg_getprotocolReturns the currently active protocol for all operations

Descripción

int gnupg_getprotocol ( resource $identifier )

Lista de parámetros

identifier

The gnupg identifier, from a call to gnupg_init() or gnupg.

Valores retornados

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

Ejemplos

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: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites