php man page for gnupg_cleardecryptkeys

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 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
gnupg_sign(3) - php
mssql_close(3) - php
mssql_free_statement(3) - php
mysqli_next_result(3) - php
pg_free_result(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun