Source of: /manual/de/oauth.getcapath.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'de',
),
'this' =>
array (
0 => 'oauth.getcapath.php',
1 => 'OAuth::getCAPath',
),
'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 (
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="oauth.getcapath" class="refentry">
<div class="refnamediv">
<h1 class="refname">OAuth::getCAPath</h1>
<p class="verinfo">(PECL OAuth >= 0.99.8)</p><p class="refpurpose"><span class="refname">OAuth::getCAPath</span> — <span class="dc-title">Gets CA information</span></p>
</div>
<div class="refsect1 description" id="refsect1-oauth.getcapath-description">
<h3 class="title">Beschreibung</h3>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="type">array</span> <span class="methodname"><strong>OAuth::getCAPath</strong></span>
( <span class="methodparam">void</span>
)</div>
<p class="para rdfs-comment">
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">Warnung</strong><p class="simpara">Diese Funktion ist bis jetzt
nicht dokumentiert. Es steht nur die Liste der Argumente zur
Verfügung.</p></div>
</div>
<div class="refsect1 parameters" id="refsect1-oauth.getcapath-parameters">
<h3 class="title">Parameter-Liste</h3>
<p class="para">Diese Funktion hat keine Parameter.</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-oauth.getcapath-returnvalues">
<h3 class="title">Rückgabewerte</h3>
<p class="para">
An <span class="type"><a href="language.types.array.php" class="type array">array</a></span> of Certificate Authority information, specifically as
<em>ca_path</em> and <em>ca_info</em> keys within the returned
associative array.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-oauth.getcapath-seealso">
<h3 class="title">Siehe auch</h3>
<ul class="simplelist">
<li class="member"> <span class="methodname"><a href="oauth.setcapath.php" class="methodname" rel="rdfs-seeAlso">OAuth::setCAPath()</a> - Set CA path and info</span></li>
<li class="member"> <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(); ?>