<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'ref.sockets.php',
    1 => 'Funciones de Socket',
    2 => 'Funciones de Socket',
  ),
  'up' => 
  array (
    0 => 'book.sockets.php',
    1 => 'Sockets',
  ),
  'prev' => 
  array (
    0 => 'sockets.errors.php',
    1 => 'Errores de Socket',
  ),
  'next' => 
  array (
    0 => 'function.socket-accept.php',
    1 => 'socket_accept',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    '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">Funciones de Socket</h1>

 















































































































































































































































































<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_reference"><li><a href="function.socket-accept.php">socket_accept</a> — Acepta una conexi&oacute;n en un socket</li><li><a href="function.socket-addrinfo-bind.php">socket_addrinfo_bind</a> — Crea y vincula un socket a una direcci&oacute;n dada</li><li><a href="function.socket-addrinfo-connect.php">socket_addrinfo_connect</a> — Crea e inicia la conexi&oacute;n de un socket a una direcci&oacute;n dada</li><li><a href="function.socket-addrinfo-explain.php">socket_addrinfo_explain</a> — Proporciona informaci&oacute;n sobre addrinfo</li><li><a href="function.socket-addrinfo-lookup.php">socket_addrinfo_lookup</a> — Devuelve un array que contiene la informaci&oacute;n de getaddrinfo sobre el nombre de host dado</li><li><a href="function.socket-atmark.php">socket_atmark</a> — Determina si el socket est&aacute; en la marca fuera de banda</li><li><a href="function.socket-bind.php">socket_bind</a> — Asocia un nombre a un socket</li><li><a href="function.socket-clear-error.php">socket_clear_error</a> — Elimina todos los errores generados previamente por un socket</li><li><a href="function.socket-close.php">socket_close</a> — Cierra una instancia de Socket</li><li><a href="function.socket-cmsg-space.php">socket_cmsg_space</a> — Calcula el tama&ntilde;o del b&uacute;fer</li><li><a href="function.socket-connect.php">socket_connect</a> — Crea una conexi&oacute;n en un socket</li><li><a href="function.socket-create.php">socket_create</a> — Crea un socket</li><li><a href="function.socket-create-listen.php">socket_create_listen</a> — Abre un socket en un puerto para aceptar conexiones</li><li><a href="function.socket-create-pair.php">socket_create_pair</a> — Crea un par de sockets id&eacute;nticos y los almacena en un array</li><li><a href="function.socket-export-stream.php">socket_export_stream</a> — Exporta un socket en un flujo que encapsula un socket</li><li><a href="function.socket-get-option.php">socket_get_option</a> — Lee las opciones del socket</li><li><a href="function.socket-getopt.php">socket_getopt</a> — Alias de socket_get_option</li><li><a href="function.socket-getpeername.php">socket_getpeername</a> — Interroga el otro extremo de la comunicaci&oacute;n</li><li><a href="function.socket-getsockname.php">socket_getsockname</a> — Interroga el socket local</li><li><a href="function.socket-import-stream.php">socket_import_stream</a> — Importa un flujo</li><li><a href="function.socket-last-error.php">socket_last_error</a> — Lee el &uacute;ltimo error generado por un socket</li><li><a href="function.socket-listen.php">socket_listen</a> — Espera una conexi&oacute;n en un socket</li><li><a href="function.socket-read.php">socket_read</a> — Lee datos de un socket</li><li><a href="function.socket-recv.php">socket_recv</a> — Recibe datos de un socket conectado</li><li><a href="function.socket-recvfrom.php">socket_recvfrom</a> — Recibe datos de un socket, conectado o no</li><li><a href="function.socket-recvmsg.php">socket_recvmsg</a> — Lee un mensaje</li><li><a href="function.socket-select.php">socket_select</a> — Ejecuta la llamada al sistema select() sobre un array de sockets con un tiempo de expiraci&oacute;n</li><li><a href="function.socket-send.php">socket_send</a> — Env&iacute;a datos a un socket conectado</li><li><a href="function.socket-sendmsg.php">socket_sendmsg</a> — Env&iacute;a un mensaje</li><li><a href="function.socket-sendto.php">socket_sendto</a> — Env&iacute;a un mensaje a un socket, ya est&eacute; conectado o no</li><li><a href="function.socket-set-block.php">socket_set_block</a> — Establece el socket en modo bloqueante</li><li><a href="function.socket-set-nonblock.php">socket_set_nonblock</a> — Selecciona el modo no bloqueante de un puntero de fichero</li><li><a href="function.socket-set-option.php">socket_set_option</a> — Modifica las opciones de socket</li><li><a href="function.socket-setopt.php">socket_setopt</a> — Alias de socket_set_option</li><li><a href="function.socket-shutdown.php">socket_shutdown</a> — Desactiva un socket en lectura y/o escritura</li><li><a href="function.socket-strerror.php">socket_strerror</a> — Devuelve un string describiendo un mensaje de error</li><li><a href="function.socket-write.php">socket_write</a> — Escribe en un socket</li><li><a href="function.socket-wsaprotocol-info-export.php">socket_wsaprotocol_info_export</a> — Exporta la estructura WSAPROTOCOL_INFO</li><li><a href="function.socket-wsaprotocol-info-import.php">socket_wsaprotocol_info_import</a> — Importa un socket de otro proceso</li><li><a href="function.socket-wsaprotocol-info-release.php">socket_wsaprotocol_info_release</a> — Libera una estructura WSAPROTOCOL_INFO exportada</li></ul>
</div>
<?php manual_footer($setup); ?>