Home
last modified time | relevance | path

Searched refs:_caFile (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php32 private $_caFile; variable in IXR\\Client\\ClientSSL
62 $this->_caFile = false;
97 $this->_caFile = $caFile;
183 if ($this->_caFile === false) {
188 curl_setopt($curl, CURLOPT_CAINFO, $this->_caFile);