rnp_supported_features

(PECL rnp >= 0.1.1)

rnp_supported_features获取以 JSON 格式支持的特性

描述

rnp_supported_features(string $type): string|false

获取包含支持的 rnp 特性值(算法、曲线等)数组的 JSON 格式字符串,按类型划分。

参数

type

参见 RNP_FEATURE_* 常量以了解支持的值。

返回值

包含支持的算法、曲线等的 JSON 格式数组的字符串,或在失败时为 false

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top