<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.exec.php',
    1 => 'Виконання програм',
    2 => 'Виконання програм операційною системою',
  ),
  'up' => 
  array (
    0 => 'refs.fileprocess.process.php',
    1 => 'Розширення, що контролює обробку',
  ),
  'prev' => 
  array (
    0 => 'function.posix-uname.php',
    1 => 'posix_uname',
  ),
  'next' => 
  array (
    0 => 'intro.exec.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    '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">Виконання програм операційною системою</h1>
 

 
 
 

 







 


 




<ul class="chunklist chunklist_book"><li><a href="intro.exec.php">Вступ</a></li><li><a href="exec.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="exec.resources.php">Типи ресурсів</a></li></ul></li><li><a href="ref.exec.php">Program execution Функції</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.escapeshellarg.php">escapeshellarg</a> — Escape a string to be used as a shell argument</li><li><a href="function.escapeshellcmd.php">escapeshellcmd</a> — Escape shell metacharacters</li><li><a href="function.exec.php">exec</a> — Execute an external program</li><li><a href="function.passthru.php">passthru</a> — Execute an external program and display raw output</li><li><a href="function.proc-close.php">proc_close</a> — Close a process opened by proc_open and return the exit code of that process</li><li><a href="function.proc-get-status.php">proc_get_status</a> — Get information about a process opened by proc_open</li><li><a href="function.proc-nice.php">proc_nice</a> — Change the priority of the current process</li><li><a href="function.proc-open.php">proc_open</a> — Execute a command and open file pointers for input/output</li><li><a href="function.proc-terminate.php">proc_terminate</a> — Kills a process opened by proc_open</li><li><a href="function.shell-exec.php">shell_exec</a> — Execute command via shell and return the complete output as a string</li><li><a href="function.system.php">system</a> — Execute an external program and display the output</li></ul></li></ul></div><?php manual_footer($setup); ?>