gnupg_geterror(3) php man page | unix.com

Man Page: gnupg_geterror

Operating Environment: php

Section: 3

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
gnupg_verify(3) - php
ldap_errno(3) - php
mysqli_set_local_infile_handler(3) - php
ovrimos_fetch_into(3) - php
pg_field_is_null(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Please Welcome Don Cragun as Lead Moderator
Status of UNIX.COM Forum Transformation
Denial Of Service Attack Update