CakeFest 2024: The Official CakePHP Conference

rnp_ffi_create

(PECL rnp >= 0.1.1)

rnp_ffi_createCreate the top-level object used for interacting with the library

Description

rnp_ffi_create(string $pub_format, string $sec_format): RnpFFI|false

Liste de paramètres

pub_format

the format of the public keyring, RNP_KEYSTORE_GPG or other RNP_KEYSTORE_* constant.

sec_format

the format of the secret keyring, RNP_KEYSTORE_GPG or other RNP_KEYSTORE_* constant

Valeurs de retour

Returns RnpFFI object on success ou false si une erreur survient.

add a note

User Contributed Notes

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