php man page for gnupg_clearsignkeys

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 before

SYNOPSIS
bool gnupg_clearsignkeys (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_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
oci_set_client_identifier(3) - php
gnupg_decryptverify(3) - php
gnupg_encryptsign(3) - php
pg_free_result(3) - php
radius_put_int(3) - php
Similar Topics in the Unix Linux Community
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch