<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.svn.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.svn-auth-get-parameter.php',
    1 => 'svn_auth_get_parameter',
    2 => '認証パラメータを取得する',
  ),
  'up' => 
  array (
    0 => 'ref.svn.php',
    1 => 'SVN 関数',
  ),
  'prev' => 
  array (
    0 => 'function.svn-add.php',
    1 => 'svn_add',
  ),
  'next' => 
  array (
    0 => 'function.svn-auth-set-parameter.php',
    1 => 'svn_auth_set_parameter',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/svn/functions/svn-auth-get-parameter.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.svn-auth-get-parameter" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">svn_auth_get_parameter</h1>
  <p class="verinfo">(PECL svn &gt;= 0.1.0)</p><p class="refpurpose"><span class="refname">svn_auth_get_parameter</span> &mdash; <span class="dc-title">認証パラメータを取得する</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.svn-auth-get-parameter-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>svn_auth_get_parameter</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$key</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="simpara">
   認証パラメータ <code class="parameter">key</code> を取得します。
   使用できるキーとその意味については
   <a href="svn.constants.php#svn.constants.auth" class="link">認証定数の一覧</a>
   を参照ください。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.svn-auth-get-parameter-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">key</code></dt>
    <dd>
     <span class="simpara">
      キーの名前。<a href="svn.constants.php#svn.constants.auth" class="link">認証に関する定数</a>
      のいずれかを指定します。
     </span>
    </dd>
   
  </dl>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.svn-auth-get-parameter-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   <code class="parameter">key</code> の値を文字列で返します。
   パラメータが存在しない場合は <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> を返します。
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.svn-auth-get-parameter-notes">
  <h3 class="title">注意</h3>
  <div class="warning"><strong class="warning">警告</strong><p class="simpara">この関数は、
<em>実験的</em> なものです。この関数の動作・
名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP
のリリースにおいて変更される可能性があります。
この関数は自己責任で使用してください。</p></div>
 </div>


 

 

 

 <div class="refsect1 seealso" id="refsect1-function.svn-auth-get-parameter-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.svn-auth-set-parameter.php" class="function" rel="rdfs-seeAlso">svn_auth_set_parameter()</a> - 認証パラメータを設定する</span></li>
   <li><a href="svn.constants.php#svn.constants.auth" class="link">認証定数</a></li>
  </ul>
 </div>


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