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 failsSYNOPSISstring gnupg_geterror (resource $identifier)DESCRIPTIONPARAMETERSo $identifier -The gnupg identifier, from a call to gnupg_init(3) or gnupg.RETURN VALUESReturns an errortext, if an error has occurred, otherwise FALSE.EXAMPLESExample #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_sign(3) - php |
gnupg_verify(3) - php |
ldap_errno(3) - php |
ovrimos_fetch_row(3) - php |
Similar Topics in the Unix Linux Community |
---|
User Guide: Posting in the Emergency Forum |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Please Welcome Nicki Paul to the Moderator Team! |