php man page for gnupg_clearencryptkeys

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 before

SYNOPSIS
bool gnupg_clearencryptkeys (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_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
oci_set_client_identifier(3) - php
mysqli_more_results(3) - php
ovrimos_fetch_row(3) - php
pg_field_table(3) - php
radius_put_int(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Denial Of Service Attack Update
Please Welcome Nicki Paul to the Moderator Team!