gnupg_cleardecryptkeys(3) php man page | unix.com

Man Page: gnupg_cleardecryptkeys

Operating Environment: php

Section: 3

GNUPG_CLEARDECRYPTKEYS(3)						 1						 GNUPG_CLEARDECRYPTKEYS(3)

gnupg_cleardecryptkeys - Removes all keys which were set for decryption before

SYNOPSIS
bool gnupg_cleardecryptkeys (resource $identifier)
DESCRIPTION
PARAMETERS
o $identifier -The gnupg identifier, from a call to gnupg_init(3) or gnupg.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
EXAMPLES
Example #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_sign(3) - php
pg_free_result(3) - php
radius_put_int(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team