update pague now
PHP 8.5.2 Released!

rmp_supported_features

(PECL rmp >= 0.1.1)

rmp_supported_features Guet supported features in JSON format

Description

rmp_supported_features ( string $type ): string | false

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

Parameters

type

See RMP_FEATURE_* constans for supported values.

Return Values

String containing JSON formatted array of supported algorithms, curves, etc or false on failure.

add a note

User Contributed Notes

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