<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.xsltprocessor.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'xsltprocessor.getparameter.php',
    1 => 'XSLTProcessor::getParameter',
    2 => 'Bir bağımsız değişkenin değerini d&ouml;nd&uuml;r&uuml;r',
  ),
  'up' => 
  array (
    0 => 'class.xsltprocessor.php',
    1 => 'XSLTProcessor',
  ),
  'prev' => 
  array (
    0 => 'xsltprocessor.construct.php',
    1 => 'XSLTProcessor::__construct',
  ),
  'next' => 
  array (
    0 => 'xsltprocessor.getsecurityprefs.php',
    1 => 'XSLTProcessor::getSecurityPrefs',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/xsl/xsltprocessor/getparameter.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xsltprocessor.getparameter" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">XSLTProcessor::getParameter</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">XSLTProcessor::getParameter</span> &mdash; <span class="dc-title">Bir bağımsız değişkenin değerini döndürür</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-xsltprocessor.getparameter-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>XSLTProcessor::getParameter</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$isimalanı</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$isim</code></span>): <span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Evvelce <span class="function"><a href="xsltprocessor.setparameter.php" class="function">XSLTProcessor::setParameter()</a></span> tarafından atanmış
   bir bağımsız değişkenin değerini döndürür.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-xsltprocessor.getparameter-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">isimalanı</code></dt>
     <dd>
      <p class="para">
       XSLT bağımsız değişkeninin ait olduğu isim alanının adresi.
      </p>
     </dd>
    
    
     <dt><code class="parameter">isim</code></dt>
     <dd>
      <p class="para">
       XSLT bağımsız değişkeninin yerel adı.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-xsltprocessor.getparameter-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Bağımsız değişkene değer atanmamışsa <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> yoksa değeri döndürür.
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-xsltprocessor.getparameter-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="xsltprocessor.setparameter.php" class="function" rel="rdfs-seeAlso">XSLTProcessor::setParameter()</a> - Bir bağımsız değişkene bir değer atar</span></li>
    <li><span class="function"><a href="xsltprocessor.removeparameter.php" class="function" rel="rdfs-seeAlso">XSLTProcessor::removeParameter()</a> - Bağımsız değişken siler</span></li>
   </ul>
  </p>
 </div>

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