<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.oauth.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'oauth.getcapath.php',
    1 => 'OAuth::getCAPath',
    2 => 'Gets CA information',
  ),
  'up' => 
  array (
    0 => 'class.oauth.php',
    1 => 'OAuth',
  ),
  'prev' => 
  array (
    0 => 'oauth.getaccesstoken.php',
    1 => 'OAuth::getAccessToken',
  ),
  'next' => 
  array (
    0 => 'oauth.getlastresponse.php',
    1 => 'OAuth::getLastResponse',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oauth/oauth/getcapath.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="oauth.getcapath" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OAuth::getCAPath</h1>
  <p class="verinfo">(PECL OAuth &gt;= 0.99.8)</p><p class="refpurpose"><span class="refname">OAuth::getCAPath</span> &mdash; <span class="dc-title">Gets CA information</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-oauth.getcapath-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>OAuth::getCAPath</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="simpara">
   Gets the Certificate Authority information, which includes the
   ca_path and ca_info set by <span class="methodname"><a href="oauth.setcapath.php" class="methodname">OAuth::setCaPath()</a></span>.
  </p>

  <div class="warning"><strong class="warning">Uyarı</strong><p class="simpara">Bu işlev hala
belgelendirilmemiştir; sadece bağımsız değişken listesi
mevcuttur.</p></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-oauth.getcapath-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oauth.getcapath-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="simpara">
   An <span class="type"><a href="language.types.array.php" class="type array">array</a></span> of Certificate Authority information, specifically as
   <code class="literal">ca_path</code> and <code class="literal">ca_info</code> keys within the returned
   associative array.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oauth.getcapath-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="oauth.setcapath.php" class="methodname" rel="rdfs-seeAlso">OAuth::setCAPath()</a> - Set CA path and info</span></li>
   <li><span class="methodname"><a href="oauth.getlastresponseinfo.php" class="methodname" rel="rdfs-seeAlso">OAuth::getLastResponseInfo()</a> - Get HTTP information about the last response</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>