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

search for in the

gnupg_getprotocol> <gnupg_export
Last updated: Sun, 25 Nov 2007

view this page in

gnupg_geterror

(PECL gnupg:0.1-1.3.1)

gnupg_geterror — Returns the errortext, if a function fails

Popis

string gnupg_geterror ( resource $identifier )

Vrátené hodnoty

Returns an errortext, if an error has occurred, otherwise FALSE.

Príklady

Example#1 Procedural gnupg_geterror() example

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

Example#2 OO gnupg_geterror() example

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



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

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