OAuth::setCAPath
PHP function
Edit on GitHub ✎
(PECL OAuth >= 0.99.8)
Set CA path and info
Description
OAuth::setCAPath([string $ca_path], [string $ca_info]): mixed
Sets the Certificate Authority (CA), both for path and info.
Func
Parameters
ca_pathThe CA Path being set.
ca_infoThe CA Info being set.
Return Values
Returns true on success, or false if either ca_path or ca_info are considered invalid.
Changelog
| Version | Description |
|---|---|
| PECL oauth 1.0.0 | Null |
See Also
OAuth::getCaPath