Query: gnupg_cleardecryptkeys
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GNUPG_CLEARDECRYPTKEYS(3) 1 GNUPG_CLEARDECRYPTKEYS(3) gnupg_cleardecryptkeys - Removes all keys which were set for decryption beforeSYNOPSISbool gnupg_cleardecryptkeys (resource $identifier)DESCRIPTIONPARAMETERSo $identifier -The gnupg identifier, from a call to gnupg_init(3) or gnupg.RETURN VALUESReturns TRUE on success or FALSE on failure.EXAMPLESExample #1 Procedural gnupg_cleardecryptkeys(3) example <?php $res = gnupg_init(); gnupg_cleardecryptkeys($res); ?> Example #2 OO gnupg_cleardecryptkeys(3) example <?php $gpg = new gnupg(); $gpg -> cleardecryptkeys(); ?> PHP Documentation Group GNUPG_CLEARDECRYPTKEYS(3)
Related Man Pages |
---|
mssql_free_result(3) - php |
gnupg_decryptverify(3) - php |
gnupg_verify(3) - php |
mysqli_more_results(3) - php |
radius_put_int(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
User Guide: Posting in the Emergency Forum |
New Code Tags (Syntax Highlighting) |
Please Welcome Don Cragun as Lead Moderator |