<?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.importstylesheet.php',
    1 => 'XSLTProcessor::importStylesheet',
    2 => 'Bi&ccedil;embent ithal eder',
  ),
  'up' => 
  array (
    0 => 'class.xsltprocessor.php',
    1 => 'XSLTProcessor',
  ),
  'prev' => 
  array (
    0 => 'xsltprocessor.hasexsltsupport.php',
    1 => 'XSLTProcessor::hasExsltSupport',
  ),
  'next' => 
  array (
    0 => 'xsltprocessor.registerphpfunctionns.php',
    1 => 'XSLTProcessor::registerPHPFunctionNS',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/xsl/xsltprocessor/importstylesheet.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xsltprocessor.importstylesheet" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">XSLTProcessor::importStylesheet</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">XSLTProcessor::importStylesheet</span> &mdash; <span class="dc-title">Biçembent ithal eder</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-xsltprocessor.importstylesheet-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>XSLTProcessor::importStylesheet</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.object.php" class="type object">object</a></span> <code class="parameter">$biçembent</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Dönüşüm için kullanılmak üzere <span class="classname"><a href="class.xsltprocessor.php" class="classname">XSLTProcessor</a></span>
   nesnesine biçembent dahil eder.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-xsltprocessor.importstylesheet-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">biçembent</code></dt>
     <dd>
      <p class="para">
       Bir <span class="classname"><a href="class.domdocument.php" class="classname">DOMDocument</a></span> veya
       bir <span class="classname"><a href="class.simplexmlelement.php" class="classname">SimpleXMLElement</a></span> nesnesi olarak dahil edilecek
       biçembent.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-xsltprocessor.importstylesheet-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>, başarısızlık durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


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