Query: gnupg_clearencryptkeys
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GNUPG_CLEARENCRYPTKEYS(3) 1 GNUPG_CLEARENCRYPTKEYS(3) gnupg_clearencryptkeys - Removes all keys which were set for encryption beforeSYNOPSISbool gnupg_clearencryptkeys (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_clearencryptkeys(3) example <?php $res = gnupg_init(); gnupg_clearencryptkeys($res); ?> Example #2 OO gnupg_clearencryptkeys(3) example <?php $gpg = new gnupg(); $gpg -> clearencryptkeys(); ?> PHP Documentation Group GNUPG_CLEARENCRYPTKEYS(3)
Related Man Pages |
---|
mssql_free_result(3) - php |
gnupg_verify(3) - php |
mssql_free_statement(3) - php |
pg_field_table(3) - php |
radius_put_int(3) - php |
Similar Topics in the Unix Linux Community |
---|
Rules for Homework & Coursework Questions Forum |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
New Code Tags (Syntax Highlighting) |
Status of UNIX.COM Forum Transformation |