PHP Conference Japan 2024

rnp_supported_features

(PECL rnp >= 0.1.1)

rnp_supported_features以 JSON 格式获取支持的功能

描述

rnp_supported_features(字符串 $type): 字符串|false

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

参数

type

请参阅 RNP_FEATURE_* 常量以获取支持的值。

返回值

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

添加注释

用户贡献的注释

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