Dutch PHP Conference 2025 - Call For Papers

rnp_list_keys

(PECL rnp >= 0.1.1)

rnp_list_keysEnumerate all keys present in a keyring by specified identifer type

Опис

rnp_list_keys(RnpFFI $ffi, string $identifier_type): array|false

Параметри

ffi

Об'єкт FFI, якого повертає rnp_ffi_create.

identifier_type

Key identifier type ("userid", "keyid", "grip", "fingerprint").

Значення, що повертаються

An associative array where key is an identifier string and value is a PGP key fingerprint або false в разі помилки.

add a note

User Contributed Notes

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