php8.5
Home/ Manual/ rnp / functions/ rnp_save_keys_to_path

rnp_save_keys_to_path

PHP function Edit on GitHub ✎

(PECL rnp >= 0.1.1)

Save keys to specified path

Description

rnp_save_keys_to_path(RnpFFI $ffi, string $format, string $output_path, int $flags): bool

Saves keys present in the FFI object (loaded or generated) to the specified file or directory.

Parameters

ffi

Ffi-description

format

Key-format

output_path

File or directory path where keys should be saved to.

flags

Loadsave-flags

Return Values

Returns true on successFalseforfailure.

Source: reference/rnp/functions/rnp-save-keys-to-path.xml · from the official PHP manual (php/doc-en)