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

rnp_supported_features

PHP function Edit on GitHub ✎

(PECL rnp >= 0.1.1)

Get supported features in JSON format

Description

rnp_supported_features(string $type): string|false

Get the JSON formatted string containing array of supported rnp feature values (algorithms, curves, etc) by type.

Parameters

type

See RNP_FEATURE_* constants for supported values.

Return Values

String containing JSON formatted array of supported algorithms, curves, etcFalseforfailure.

Source: reference/rnp/functions/rnp-supported-features.xml · from the official PHP manual (php/doc-en)