<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/reserved.variables.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'reserved.variables.files.php',
    1 => '$_FILES',
    2 => 'HTTP Dosya Y&uuml;kleme değişkenleri',
  ),
  'up' => 
  array (
    0 => 'reserved.variables.php',
    1 => '&Ouml;ntanımlı Değişkenler',
  ),
  'prev' => 
  array (
    0 => 'reserved.variables.post.php',
    1 => '$_POST',
  ),
  'next' => 
  array (
    0 => 'reserved.variables.request.php',
    1 => '$_REQUEST',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'language/predefined/variables/files.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reserved.variables.files" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">$_FILES</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.1.0, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">$_FILES</span> &mdash; <span class="dc-title">HTTP Dosya Yükleme değişkenleri</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reserved.variables.files-description">
  <h3 class="title">Açıklama</h3>
  <p class="para">
    HTTP POST yöntemi kullanılarak geçerli betiğe yüklenen ilişkisel öğe
    dizisi. Bu dizinin yapısı
    <a href="features.file-upload.post-method.php" class="link">POST yöntemi ile
    karşıya dosya yükleme</a> bölümünde özetlenmiştir.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-reserved.variables.files-notes">
  <h3 class="title">Notlar</h3>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
<p class="para">Bu bir süper küreseldir. Yani bir betiğin her yerinde geçerlidir.
Değişkene işlevler ve yöntemlerin içinden erişmek için <strong class="command">global
$değişken;</strong> deyimine gerek yoktur.</p></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-reserved.variables.files-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.move-uploaded-file.php" class="function" rel="rdfs-seeAlso">move_uploaded_file()</a> - Karşıya y&uuml;klenen bir dosyayı yeni bir yere taşır</span></li>
    <li><a href="features.file-upload.php" class="link">Dosya Yüklemelerini
    İşlemek</a></li>
   </ul>
  </p>
 </div>


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