PHP 8.1.28 Released!

rnp_supported_features

(PECL rnp >= 0.1.1)

rnp_supported_featuresGet supported features in JSON format

Açıklama

rnp_supported_features(string $type): string|false

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

Bağımsız Değişkenler

type

See RNP_FEATURE_* constants for supported values.

Dönen Değerler

String containing JSON formatted array of supported algorithms, curves, etc başarısızlık durumunda false döner.

add a note

User Contributed Notes

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