<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.sockets.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'ref.sockets.php',
    1 => 'Socket-Funktionen',
    2 => 'Socket-Funktionen',
  ),
  'up' => 
  array (
    0 => 'book.sockets.php',
    1 => 'Sockets',
  ),
  'prev' => 
  array (
    0 => 'sockets.errors.php',
    1 => 'Socket-Fehler',
  ),
  'next' => 
  array (
    0 => 'function.socket-accept.php',
    1 => 'socket_accept',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/sockets/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.sockets.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.sockets" class="reference">
  <h1 class="title">Socket-Funktionen</h1>
 










































































































































































































































 <h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="function.socket-accept.php">socket_accept</a> — Akzeptiert eine Verbindung an einem Socket</li><li><a href="function.socket-addrinfo-bind.php">socket_addrinfo_bind</a> — Create and bind to a socket from a given addrinfo</li><li><a href="function.socket-addrinfo-connect.php">socket_addrinfo_connect</a> — Create and connect to a socket from a given addrinfo</li><li><a href="function.socket-addrinfo-explain.php">socket_addrinfo_explain</a> — Get information about addrinfo</li><li><a href="function.socket-addrinfo-lookup.php">socket_addrinfo_lookup</a> — Get array with contents of getaddrinfo about the given hostname</li><li><a href="function.socket-atmark.php">socket_atmark</a> — Determines whether socket is at out-of-band mark</li><li><a href="function.socket-bind.php">socket_bind</a> — Verkn&uuml;pft einen Socket mit einem Namen</li><li><a href="function.socket-clear-error.php">socket_clear_error</a> — L&ouml;scht entweder einen Fehler oder den letzten Fehlercode eines Sockets</li><li><a href="function.socket-close.php">socket_close</a> — Schlie&szlig;t eine Socket-Instanz</li><li><a href="function.socket-cmsg-space.php">socket_cmsg_space</a> — Calculate message buffer size</li><li><a href="function.socket-connect.php">socket_connect</a> — Baut eine Verbindung &uuml;ber einen Socket auf</li><li><a href="function.socket-create.php">socket_create</a> — Erzeugt einen Socket (Endpunkt f&uuml;r die Kommunikation)</li><li><a href="function.socket-create-listen.php">socket_create_listen</a> — &Ouml;ffnet einen Socket, um Verbindungen &uuml;ber einem gegebenen Port aufzubauen</li><li><a href="function.socket-create-pair.php">socket_create_pair</a> — Erzeugt ein Paar nicht zu unterscheidender Sockets und speichert sie in einem Array</li><li><a href="function.socket-export-stream.php">socket_export_stream</a> — Export a socket into a stream that encapsulates a socket</li><li><a href="function.socket-get-option.php">socket_get_option</a> — Liefert die Socket-Optionen f&uuml;r einen Socket</li><li><a href="function.socket-getopt.php">socket_getopt</a> — Alias von socket_get_option</li><li><a href="function.socket-getpeername.php">socket_getpeername</a> — Fragt das entfernte Ende eines gegebenen Sockets ab</li><li><a href="function.socket-getsockname.php">socket_getsockname</a> — Fragt das lokale Ende eines gegebenen Sockets ab. Das Ergebnis ist vom Typ
   abh&auml;ngig und ist entweder das Paar host/port oder ein Pfad des
   Unix-Dateisystems</li><li><a href="function.socket-import-stream.php">socket_import_stream</a> — Import a stream</li><li><a href="function.socket-last-error.php">socket_last_error</a> — Gibt den letzten Fehler zur&uuml;ck, der an einem Socket aufgetreten ist</li><li><a href="function.socket-listen.php">socket_listen</a> — H&ouml;rt einen Socket nach Verbindungsanforderungen ab</li><li><a href="function.socket-read.php">socket_read</a> — Liest h&ouml;chstens die angegebene Anzahl Bytes von einem Socket</li><li><a href="function.socket-recv.php">socket_recv</a> — Empf&auml;ngt Daten von einem verbundenen Socket</li><li><a href="function.socket-recvfrom.php">socket_recvfrom</a> — Empf&auml;ngt Daten von einem Socket, egal, ob verbindungsorientiert oder nicht</li><li><a href="function.socket-recvmsg.php">socket_recvmsg</a> — Read a message</li><li><a href="function.socket-select.php">socket_select</a> — F&uuml;hrt einen select()-Systemaufruf auf den gegebenen Socket-Arrays aus,
   wobei ein Zeitlimit bestimmt wird</li><li><a href="function.socket-send.php">socket_send</a> — Sendet Daten an einen verbundenen Socket</li><li><a href="function.socket-sendmsg.php">socket_sendmsg</a> — Send a message</li><li><a href="function.socket-sendto.php">socket_sendto</a> — Sendet eine Nachricht an einen Socket, egal ob dieser verbunden ist oder nicht</li><li><a href="function.socket-set-block.php">socket_set_block</a> — Setzt einen Socket auf den blockieren-Modus</li><li><a href="function.socket-set-nonblock.php">socket_set_nonblock</a> — Setzt den nonblocking-Modus f&uuml;r den Dateideskriptor fd</li><li><a href="function.socket-set-option.php">socket_set_option</a> — Setzt die Optionen f&uuml;r einen Socket</li><li><a href="function.socket-setopt.php">socket_setopt</a> — Alias von socket_set_option</li><li><a href="function.socket-shutdown.php">socket_shutdown</a> — Schlie&szlig;t einen Socket der zum Senden, Empfangen oder beidem ge&ouml;ffnet wurde</li><li><a href="function.socket-strerror.php">socket_strerror</a> — Gibt einen String zur&uuml;ck, der einen Socket-Fehler beschreibt</li><li><a href="function.socket-write.php">socket_write</a> — Schreibt in einen Socket</li><li><a href="function.socket-wsaprotocol-info-export.php">socket_wsaprotocol_info_export</a> — Exports the WSAPROTOCOL_INFO Structure</li><li><a href="function.socket-wsaprotocol-info-import.php">socket_wsaprotocol_info_import</a> — Imports a Socket from another Process</li><li><a href="function.socket-wsaprotocol-info-release.php">socket_wsaprotocol_info_release</a> — Releases an exported WSAPROTOCOL_INFO Structure</li></ul>
</div>
<?php manual_footer($setup); ?>