<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.streamwrapper.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'streamwrapper.rmdir.php',
    1 => 'streamWrapper::rmdir',
    2 => 'Bir dizini siler',
  ),
  'up' => 
  array (
    0 => 'class.streamwrapper.php',
    1 => 'streamWrapper',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.rename.php',
    1 => 'streamWrapper::rename',
  ),
  'next' => 
  array (
    0 => 'streamwrapper.stream-cast.php',
    1 => 'streamWrapper::stream_cast',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/stream/streamwrapper/rmdir.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="streamwrapper.rmdir" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::rmdir</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">streamWrapper::rmdir</span> &mdash; <span class="dc-title">Bir dizini siler</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.rmdir-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::rmdir</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$url</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$seçenekler</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Bu yöntem <span class="function"><a href="function.rmdir.php" class="function">rmdir()</a></span> işlevine yanıtta çağrılır.
  </p>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <p class="para">
    Sarmalayıcı dizin silmeyi desteklemiyorsa uygun bir hata iletisi
    döndürmek adına bu yöntem tanımlanmamalıdır.
   </p>
  </p></blockquote>
 </div>


 <div class="refsect1 parameters" id="refsect1-streamwrapper.rmdir-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">url</code></dt>
     <dd>
      <p class="para">
       Silinecek dizinin URL&#039;si.
      </p>
     </dd>
    
    
     <dt><code class="parameter">seçenekler</code></dt>
     <dd>
      <p class="para">
       <strong><code><a href="stream.constants.php#constant.stream-mkdir-recursive">STREAM_MKDIR_RECURSIVE</a></code></strong> gibi değerlerin bit maskesi.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.rmdir-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 class="refsect1 errors" id="refsect1-streamwrapper.rmdir-errors">
  <h3 class="title">Hatalar/İstisnalar</h3>
  <p class="para">Bu yöntem çağrısı
başarısız olursa (gerçeklenmeme sorunu gibi) bir
<strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong> iletisi çıktılar.</p>
 </div>


 <div class="refsect1 notes" id="refsect1-streamwrapper.rmdir-notes">
  <h3 class="title">Notlar</h3>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: <p class="para"><var class="varname">streamWrapper::$context</var>
özelliği, çağıran işleve geçerli bir bağlam aktarılırsa
güncellenir.</p></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-streamwrapper.rmdir-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.rmdir.php" class="function" rel="rdfs-seeAlso">rmdir()</a> - Dizin siler</span></li>
    <li><span class="methodname"><a href="streamwrapper.mkdir.php" class="methodname" rel="rdfs-seeAlso">streamwrapper::mkdir()</a> - Bir dizin oluşturur</span></li>
    <li><span class="methodname"><a href="streamwrapper.unlink.php" class="methodname" rel="rdfs-seeAlso">streamwrapper::unlink()</a> - Bir dosyayı siler</span></li>
   </ul>
  </p>
 </div>


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