php8.5
Home/ Manual/ oauth / oauth/ OAuth::getCAPath

OAuth::getCAPath

PHP function Edit on GitHub ✎

(PECL OAuth >= 0.99.8)

Gets CA information

Description

OAuth::getCAPath(): array

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

Func

Parameters Parameters

Return Values

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

See Also

  • OAuth::setCAPath
  • OAuth::getLastResponseInfo

Source: reference/oauth/oauth/getcapath.xml · from the official PHP manual (php/doc-en)