OAuth
PHP 手册

OAuth::getCAPath

(PECL OAuth >= 0.99.8)

OAuth::getCAPathGets CA information

说明

public array OAuth::getCAPath ( void )

Gets the Certificate Authority information, which includes the ca_path and ca_info set by OAuth::setCaPath().

Warning

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

参数

此函数没有参数。

返回值

An array of Certificate Authority information, specifically as ca_path and ca_info keys within the returned associative array.

参见


OAuth
PHP 手册