PHP8 rnp_supported_features
(PECL rnp >= 0.1.1)
rnp_supported_features — 以 JSON 格式获取支持的功能
说明
rnp_supported_features(string $type): string|false
按类型获取包含支持的 rnp 特征值(算法、曲线等)数组的 JSON 格式字符串。
参数
type
有关支持的值,请参阅 RNP_FEATURE_* 常量。
返回值
String containing JSON formatted array of supported algorithms, curves, etc 或者在失败时返回 false.