<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.fileprocess.process.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.exec.php',
    1 => 'Exec',
    2 => 'Sistem Programlarının &Ccedil;alıştırılması',
  ),
  'up' => 
  array (
    0 => 'refs.fileprocess.process.php',
    1 => 'S&uuml;re&ccedil; Denetim Eklentileri',
  ),
  'prev' => 
  array (
    0 => 'function.posix-uname.php',
    1 => 'posix_uname',
  ),
  'next' => 
  array (
    0 => 'exec.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/exec/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.exec.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.exec" class="book">
 
 <h1 class="title">Sistem Programlarının Çalıştırılması</h1>
 

 
 <div id="intro.exec" class="preface">
  <h1 class="title">Giriş</h1>
  <p class="para">
   Bu bölümdeki işlevler, komutları sistemin kendisinde çalıştırmak ve güvenli
   kılmak için tasarlanmıştır.
  </p>
  <blockquote class="note"><p><strong class="note">Bilginize</strong>: 
   <p class="para">
    Windows altında, tüm çalıştırma işlevleri <code class="literal">cmd.exe</code>
    üzerinden çağrılır. Bu bakımdan bu işlevleri çağıran kullanıcının komutu
    çalıştıracak yetkilerle donatılmış olması gerekir. Bunun tek istisnası,
    <code class="literal">bypass_shell</code> seçeneği ile <span class="function"><a href="function.proc-open.php" class="function">proc_open()</a></span>
    işlevidir.
   </p>
  </p></blockquote>
 </div>
 

 






 



 




<ul class="chunklist chunklist_book"><li><a href="exec.setup.php">Yapılandırma/Kurulum</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="exec.resources.php">&Ouml;zkaynak T&uuml;rleri</a></li></ul></li><li><a href="ref.exec.php">Program &Ccedil;alıştırma İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.escapeshellarg.php">escapeshellarg</a> — Bir komutun bağımsız değişken dizgesini &ouml;nceler</li><li><a href="function.escapeshellcmd.php">escapeshellcmd</a> — Kabuk &ouml;zel karakterlerini &ouml;nceler</li><li><a href="function.exec.php">exec</a> — Bir komut &ccedil;alıştırır</li><li><a href="function.passthru.php">passthru</a> — Harici bir programı &ccedil;alıştırır ve &ccedil;ıktısını ham olarak
  g&ouml;sterir</li><li><a href="function.proc-close.php">proc_close</a> — proc_open tarafından a&ccedil;ılmış bir s&uuml;reci
  kapatır ve s&uuml;recin &ccedil;ıkış kodunu d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.proc-get-status.php">proc_get_status</a> — proc_open tarafından a&ccedil;ılmış bir s&uuml;re&ccedil;
  hakkında bilgi d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.proc-nice.php">proc_nice</a> — &Ccedil;alışan s&uuml;recin &ouml;nceliğini değiştirir</li><li><a href="function.proc-open.php">proc_open</a> — Bir komutu &ccedil;alıştırır ve G/&Ccedil; i&ccedil;in bir dosya tanıtıcı a&ccedil;ar</li><li><a href="function.proc-terminate.php">proc_terminate</a> — proc_open ile a&ccedil;ılmış bir s&uuml;reci &ouml;ld&uuml;r&uuml;r</li><li><a href="function.shell-exec.php">shell_exec</a> — Komutu kabukta &ccedil;alıştırır ve &ccedil;ıktısının tamamını bir dizge
  olarak d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.system.php">system</a> — Belirtilen harici komutu &ccedil;alıştırır ve &ccedil;ıktısını g&ouml;sterir</li></ul></li></ul></div><?php manual_footer($setup); ?>