<?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.dir-opendir.php',
    1 => 'streamWrapper::dir_opendir',
    2 => 'Dizin tanıtıcısı a&ccedil;ar',
  ),
  'up' => 
  array (
    0 => 'class.streamwrapper.php',
    1 => 'streamWrapper',
  ),
  'prev' => 
  array (
    0 => 'streamwrapper.dir-closedir.php',
    1 => 'streamWrapper::dir_closedir',
  ),
  'next' => 
  array (
    0 => 'streamwrapper.dir-readdir.php',
    1 => 'streamWrapper::dir_readdir',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/stream/streamwrapper/dir-opendir.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="streamwrapper.dir-opendir" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">streamWrapper::dir_opendir</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">streamWrapper::dir_opendir</span> &mdash; <span class="dc-title">Dizin tanıtıcısı açar</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-streamwrapper.dir-opendir-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>streamWrapper::dir_opendir</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.opendir.php" class="function">opendir()</a></span> işlevine yanıtta çağrılır.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-streamwrapper.dir-opendir-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">
       <span class="function"><a href="function.opendir.php" class="function">opendir()</a></span> işlevine aktarılacak URL.
      </p>
      <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
       <p class="para">
        URL <span class="function"><a href="function.parse-url.php" class="function">parse_url()</a></span> ile parçalarına ayrılmış olabilir.
       </p>
      </p></blockquote>
     </dd>
    
    
     <dt><code class="parameter">seçenekler</code></dt>
     <dd>
      <p class="para">

      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-streamwrapper.dir-opendir-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 seealso" id="refsect1-streamwrapper.dir-opendir-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.opendir.php" class="function" rel="rdfs-seeAlso">opendir()</a> - Belirtilen dizin i&ccedil;in bir tanıtıcı d&ouml;nd&uuml;r&uuml;r</span></li>
    <li><span class="methodname"><a href="streamwrapper.dir-closedir.php" class="methodname" rel="rdfs-seeAlso">streamWrapper::dir_closedir()</a> - Dizin tanıtıcısını kapatır</span></li>
    <li><span class="function"><a href="function.parse-url.php" class="function" rel="rdfs-seeAlso">parse_url()</a> - Bir URL'yi bileşenlerine ayırır</span></li>
   </ul>
  </p>
 </div>


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