<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.svn-auth-get-parameter.php',
    1 => 'svn_auth_get_parameter',
    2 => 'Retrieves authentication parameter',
  ),
  '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' => 'en',
    '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">Retrieves authentication parameter</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="para rdfs-comment">
   Retrieves authentication parameter at <code class="parameter">key</code>.
   For a list of valid keys and their meanings, consult the
   <a href="svn.constants.php#svn.constants.auth" class="link">authentication constants list</a>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.svn-auth-get-parameter-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">key</code></dt>
     <dd>
      <p class="para">
       String key name. Use the <a href="svn.constants.php#svn.constants.auth" class="link">authentication constants</a>
       defined by this extension to specify a key.
      </p>
     </dd>
    
   </dl>
  </p>

 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.svn-auth-get-parameter-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns the string value of the parameter at <code class="parameter">key</code>;
   returns <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong> if parameter does not exist.
  </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>
  <p class="para">
   <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> - Sets an authentication parameter</span></li>
    <li><a href="svn.constants.php#svn.constants.auth" class="link">Authentication constants</a></li>
   </ul>
  </p>
 </div>


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