CakeFest 2024: The Official CakePHP Conference

rnp_key_remove

(PECL rnp >= 0.1.1)

rnp_key_removeRemove a key from keyring(s)

Descrição

rnp_key_remove(RnpFFI $ffi, string $key_fp, int $flags): bool

Note: you need to call rnp_save_keys() to write updated keyring(s) out.

Parâmetros

ffi

O objeto FFI retornado por rnp_ffi_create.

key_fp

Key fingerprint.

flags

See RNP_KEY_REMOVE_* constants. Flag RNP_KEY_REMOVE_SUBKEYS will work only for the primary key and will remove all of its subkeys as well.

Valor Retornado

Returns true on success ou false em caso de falha.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top