<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.misc.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.misc.php',
    1 => 'Функції Misc.',
    2 => 'Функції Misc.',
  ),
  'up' => 
  array (
    0 => 'book.misc.php',
    1 => 'Misc.',
  ),
  'prev' => 
  array (
    0 => 'misc.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  'next' => 
  array (
    0 => 'function.connection-aborted.php',
    1 => 'connection_aborted',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'uk',
    'path' => 'reference/misc/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.misc.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.misc" class="reference">
 <h1 class="title">Функції Misc.</h1>

 



















































































































































































<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="function.connection-aborted.php">connection_aborted</a> — Check whether client disconnected</li><li><a href="function.connection-status.php">connection_status</a> — Returns connection status bitfield</li><li><a href="function.constant.php">constant</a> — Returns the value of a constant</li><li><a href="function.define.php">define</a> — Defines a named constant</li><li><a href="function.defined.php">defined</a> — Checks whether a constant with the given name exists</li><li><a href="function.die.php">die</a> — Еквівалент до exit</li><li><a href="function.eval.php">eval</a> — Evaluate a string as PHP code</li><li><a href="function.exit.php">exit</a> — Terminate the current script with a status code or message</li><li><a href="function.get-browser.php">get_browser</a> — Надає інформацію про можливості браузера користувача</li><li><a href="function.halt-compiler.php">__halt_compiler</a> — Halts the compiler execution</li><li><a href="function.highlight-file.php">highlight_file</a> — Syntax highlighting of a file</li><li><a href="function.highlight-string.php">highlight_string</a> — Підсвічування синтаксису рядка</li><li><a href="function.hrtime.php">hrtime</a> — Get the system's high resolution time</li><li><a href="function.ignore-user-abort.php">ignore_user_abort</a> — Set whether a client disconnect should abort script execution</li><li><a href="function.pack.php">pack</a> — Pack data into binary string</li><li><a href="function.php-strip-whitespace.php">php_strip_whitespace</a> — Return source with stripped comments and whitespace</li><li><a href="function.sapi-windows-cp-conv.php">sapi_windows_cp_conv</a> — Convert string from one codepage to another</li><li><a href="function.sapi-windows-cp-get.php">sapi_windows_cp_get</a> — Get current codepage</li><li><a href="function.sapi-windows-cp-is-utf8.php">sapi_windows_cp_is_utf8</a> — Indicates whether the codepage is UTF-8 compatible</li><li><a href="function.sapi-windows-cp-set.php">sapi_windows_cp_set</a> — Set process codepage</li><li><a href="function.sapi-windows-generate-ctrl-event.php">sapi_windows_generate_ctrl_event</a> — Send a CTRL event to another process</li><li><a href="function.sapi-windows-set-ctrl-handler.php">sapi_windows_set_ctrl_handler</a> — Set or remove a CTRL event handler</li><li><a href="function.sapi-windows-vt100-support.php">sapi_windows_vt100_support</a> — Get or set VT100 support for the specified stream associated to an output buffer of a Windows console.</li><li><a href="function.show-source.php">show_source</a> — Псевдонім highlight_file</li><li><a href="function.sleep.php">sleep</a> — Delay execution</li><li><a href="function.sys-getloadavg.php">sys_getloadavg</a> — Gets system load average</li><li><a href="function.time-nanosleep.php">time_nanosleep</a> — Delay for a number of seconds and nanoseconds</li><li><a href="function.time-sleep-until.php">time_sleep_until</a> — Make the script sleep until the specified time</li><li><a href="function.uniqid.php">uniqid</a> — Генерує унікальний ID</li><li><a href="function.unpack.php">unpack</a> — Unpack data from binary string</li><li><a href="function.usleep.php">usleep</a> — Delay execution in microseconds</li></ul>
</div>
<?php manual_footer($setup); ?>