OAuth
PHP Manual

OAuth::setCAPath

(PECL OAuth >= 0.99.8)

OAuth::setCAPathSet CA path and info

说明

public mixed OAuth::setCAPath ([ string $ca_path [, string $ca_info ]] )

Sets the Certificate Authority (CA), both for path and info.

Warning

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

参数

ca_path

The CA Path being set.

ca_info

The CA Info being set.

返回值

Returns TRUE on success, or FALSE if either ca_path or ca_info are considered invalid.

更新日志

版本 说明
1.0.0 以前失败时返回 NULL , 而不是 FALSE.

参见


OAuth
PHP Manual