<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'ref.misc.php',
    1 => 'Sonstige Funktionen',
    2 => 'Sonstige Funktionen',
  ),
  'up' => 
  array (
    0 => 'book.misc.php',
    1 => 'Misc.',
  ),
  'prev' => 
  array (
    0 => 'misc.constants.php',
    1 => 'Vordefinierte Konstanten',
  ),
  'next' => 
  array (
    0 => 'function.connection-aborted.php',
    1 => 'connection_aborted',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Sonstige Funktionen</h1>
  




















































































































































































































<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="function.connection-aborted.php">connection_aborted</a> — &Uuml;berpr&uuml;ft, ob die Verbindung zum Client beendet wurde</li><li><a href="function.connection-status.php">connection_status</a> — Liefert den Verbindungsstatus als Bitfeld</li><li><a href="function.constant.php">constant</a> — Liefert den Wert einer Konstante</li><li><a href="function.define.php">define</a> — Definiert eine benannte Konstante</li><li><a href="function.defined.php">defined</a> — Pr&uuml;ft, ob eine Konstante mit dem angegebenen Namen existiert</li><li><a href="function.die.php">die</a> — Alias von exit</li><li><a href="function.eval.php">eval</a> — Wertet eine Zeichenkette als PHP-Code aus</li><li><a href="function.exit.php">exit</a> — Beendet das aktuelle Skript mit einem Statuscode oder einer Meldung</li><li><a href="function.get-browser.php">get_browser</a> — Ermittelt die F&auml;higkeiten des Browsers eines Benutzers</li><li><a href="function.halt-compiler.php">__halt_compiler</a> — Beendet die Kompilerausf&uuml;hrung</li><li><a href="function.highlight-file.php">highlight_file</a> — Syntax-Hervorhebung f&uuml;r eine Datei</li><li><a href="function.highlight-string.php">highlight_string</a> — Hervorhebung der Syntax einer Zeichenkette</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> — Legt fest, ob der Verbindungsabbruch eines Clients die Skript-Ausf&uuml;hrung
   abbrechen soll</li><li><a href="function.pack.php">pack</a> — Packt Daten in eine bin&auml;re Zeichenkette</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> — Alias von highlight_file</li><li><a href="function.sleep.php">sleep</a> — Verz&ouml;gert die Programmausf&uuml;hrung</li><li><a href="function.sys-getloadavg.php">sys_getloadavg</a> — Ermittelt die durchschnittliche Systemlast</li><li><a href="function.time-nanosleep.php">time_nanosleep</a> — Verz&ouml;gert die Ausf&uuml;hrung um die gegebene Anzahl Sekunden und Nanosekunden</li><li><a href="function.time-sleep-until.php">time_sleep_until</a> — L&auml;sst das Skript bis zur angegebenen Zeit schlafen</li><li><a href="function.uniqid.php">uniqid</a> — Erzeugt eine zeitsbasierte ID</li><li><a href="function.unpack.php">unpack</a> — Entpackt die Daten einer bin&auml;re Zeichenkette</li><li><a href="function.usleep.php">usleep</a> — Verz&ouml;gert die Programmausf&uuml;hrung (in Mikrosekunden)</li></ul>
</div>
<?php manual_footer($setup); ?>