php man page for gnupg_geterror

Query: gnupg_geterror

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GNUPG_GETERROR(3)							 1							 GNUPG_GETERROR(3)

gnupg_geterror - Returns the errortext, if a function fails

SYNOPSIS
string gnupg_geterror (resource $identifier)
DESCRIPTION
PARAMETERS
o $identifier -The gnupg identifier, from a call to gnupg_init(3) or gnupg.
RETURN VALUES
Returns an errortext, if an error has occurred, otherwise FALSE.
EXAMPLES
Example #1 Procedural gnupg_geterror(3) example <?php $res = gnupg_init(); echo gnupg_geterror($res); ?> Example #2 OO gnupg_geterror(3) example <?php $gpg = new gnupg(); echo $gpg -> geterror(); ?> PHP Documentation Group GNUPG_GETERROR(3)
Related Man Pages
collator_get_sort_key(3) - php
gnupg_encryptsign(3) - php
mysqli_set_local_infile_handler(3) - php
pg_field_name(3) - php
pg_field_prtlen(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Please Welcome Nicki Paul to the Moderator Team!