Query: gnupg_clearsignkeys
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GNUPG_CLEARSIGNKEYS(3) 1 GNUPG_CLEARSIGNKEYS(3) gnupg_clearsignkeys - Removes all keys which were set for signing beforeSYNOPSISbool gnupg_clearsignkeys (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_clearsignkeys(3) example <?php $res = gnupg_init(); gnupg_clearsignkeys($res); ?> Example #2 OO gnupg_clearsignkeys(3) example <?php $gpg = new gnupg(); $gpg -> clearsignkeys(); ?> PHP Documentation Group GNUPG_CLEARSIGNKEYS(3)
Related Man Pages |
---|
gnupg_decryptverify(3) - php |
gnupg_sign(3) - php |
mysqli_more_results(3) - php |
pg_field_table(3) - php |
pg_free_result(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Forum Video Tutorial: How to Use Code Tags |
Denial Of Service Attack Update |
Please Welcome Nicki Paul to the Moderator Team! |