<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'book.network.php',
    1 => 'Network',
    2 => 'Network',
  ),
  'up' => 
  array (
    0 => 'refs.remote.other.php',
    1 => 'Sonstige Dienste',
  ),
  'prev' => 
  array (
    0 => 'function.mqseries-strerror.php',
    1 => 'mqseries_strerror',
  ),
  'next' => 
  array (
    0 => 'network.setup.php',
    1 => 'Installation/Konfiguration',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/network/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.network.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.network" class="book">
 
 <h1 class="title">Network</h1>
 
 
 <div id="intro.network" class="preface">
  <h1 class="title">Einführung</h1>
  <p class="para">
   Diese Extension stellt verschiedene Netzwerkfunktionen
   zur Verfügung.
  </p>
 </div>
 
 
 







 





 



 

 


<ul class="chunklist chunklist_book"><li><a href="network.setup.php">Installation/Konfiguration</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="network.requirements.php">Anforderungen</a></li><li><a href="network.resources.php">Ressource-Typen</a></li></ul></li><li><a href="network.constants.php">Vordefinierte Konstanten</a></li><li><a href="ref.network.php">Netzwerk-Funktionen</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.checkdnsrr.php">checkdnsrr</a> — Pr&uuml;ft DNS-Eintr&auml;ge auf &Uuml;bereinstimmung mit einem gegebenen
   Internet-Hostnamen oder einer IP-Adresse</li><li><a href="function.closelog.php">closelog</a> — Schlie&szlig;t die Verbindung zum System-Logger</li><li><a href="function.dns-check-record.php">dns_check_record</a> — Alias von checkdnsrr</li><li><a href="function.dns-get-mx.php">dns_get_mx</a> — Alias von getmxrr</li><li><a href="function.dns-get-record.php">dns_get_record</a> — Liefert die zu einem Hostnamen geh&ouml;renden DNS-Eintr&auml;ge</li><li><a href="function.fsockopen.php">fsockopen</a> — Stellt eine Internet- oder Unix-Domain-Socket-Verbindung her</li><li><a href="function.gethostbyaddr.php">gethostbyaddr</a> — Liefert den zur angegebenen IP-Adresse passenden Internet-Hostnamen</li><li><a href="function.gethostbyname.php">gethostbyname</a> — Ermittelt die zum angegebenen Internet-Hostnamen passende IPv4-Adresse</li><li><a href="function.gethostbynamel.php">gethostbynamel</a> — Liefert eine Liste von IPv4-Adressen passend zum angegebenen Internet-Hostnamen</li><li><a href="function.gethostname.php">gethostname</a> — Gets the host name</li><li><a href="function.getmxrr.php">getmxrr</a> — Ermittelt die zu einem Internet-Hostnamen passenden MX-Records</li><li><a href="function.getprotobyname.php">getprotobyname</a> — Liefert die Protokollnummer anhand des Protokollnamens</li><li><a href="function.getprotobynumber.php">getprotobynumber</a> — Liefert den Protokollnamen anhand der Protokollnummer</li><li><a href="function.getservbyname.php">getservbyname</a> — Liefert die Portnummer passend zu einem Internet-Dienst und -Protokoll</li><li><a href="function.getservbyport.php">getservbyport</a> — Liefert den Internet-Dienst passend zu einem Port und Protokoll</li><li><a href="function.header.php">header</a> — Sendet einen HTTP-Header in Rohform</li><li><a href="function.header-register-callback.php">header_register_callback</a> — Call a header function</li><li><a href="function.header-remove.php">header_remove</a> — Remove previously set headers</li><li><a href="function.headers-list.php">headers_list</a> — Liefert eine Liste der gesendeten (oder zum Senden vorbereiteten) Antwort-Header</li><li><a href="function.headers-sent.php">headers_sent</a> — Pr&uuml;ft, ob oder wo die Header bereits gesendet wurden</li><li><a href="function.http-clear-last-response-headers.php">http_clear_last_response_headers</a> — Clears the stored HTTP response headers</li><li><a href="function.http-get-last-response-headers.php">http_get_last_response_headers</a> — Retrieve last HTTP response headers</li><li><a href="function.http-response-code.php">http_response_code</a> — Get or Set the HTTP response code</li><li><a href="function.inet-ntop.php">inet_ntop</a> — Konvertiert eine komprimierte IP-Adresse in ein menschenlesbares Format</li><li><a href="function.inet-pton.php">inet_pton</a> — Konvertiert eine IP-Adresse im menschenlesbaren Format in eine komprimierte
   in_addr-Darstellung</li><li><a href="function.ip2long.php">ip2long</a> — Konvertiert eine gem&auml;&szlig; IPv4-Protokoll angegebene IP-Adresse vom
   Punkt-Format in ein Long Integer</li><li><a href="function.long2ip.php">long2ip</a> — Konvertiert eine Long-Integer-Adresse in einen String, der das (IPv4)
   Internet-Standard-Punktformat enth&auml;lt (&quot;Dotted-Format&quot;)</li><li><a href="function.net-get-interfaces.php">net_get_interfaces</a> — Get network interfaces</li><li><a href="function.openlog.php">openlog</a> — Stellt eine Verbindung zum Log-Dienst des Systems her</li><li><a href="function.pfsockopen.php">pfsockopen</a> — &Ouml;ffnet eine persistente Verbindung zum Internet oder zu einem Unix-Domainsocket</li><li><a href="function.request-parse-body.php">request_parse_body</a> — Read and parse the request body and return the result</li><li><a href="function.setcookie.php">setcookie</a> — Sendet ein Cookie</li><li><a href="function.setrawcookie.php">setrawcookie</a> — Sendet ein Cookie, ohne seinen Wert zu URL-kodieren</li><li><a href="function.socket-get-status.php">socket_get_status</a> — Alias von stream_get_meta_data</li><li><a href="function.socket-set-blocking.php">socket_set_blocking</a> — Alias von stream_set_blocking</li><li><a href="function.socket-set-timeout.php">socket_set_timeout</a> — Alias von stream_set_timeout</li><li><a href="function.syslog.php">syslog</a> — Erzeugt eine Meldung f&uuml;r das System-Log</li></ul></li></ul></div><?php manual_footer($setup); ?>