CakeFest 2024: The Official CakePHP Conference

OAuth::getCAPath

(PECL OAuth >= 0.99.8)

OAuth::getCAPath获取 CA 信息

说明

public OAuth::getCAPath(): array

获取证书授权的信息,其中包括通过 OAuth::setCaPath() 设置的 ca_path 和 ca_info 。

警告

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

返回一个证书授权信息的 数组 ,在返回的关联数组中明确地包含 ca_pathca_info 键。

参见

add a note

User Contributed Notes

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