Downloads
Documentation
Get Involved
Help
Search docs
PHP 8.5.0 Alpha 1 available for testing
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
Introducción »
« SNMPException
Manual de PHP
Referencia de funciones
Otros servicios
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Sockets
Introducción
Instalación/Configuración
Instalación
Tipos de recursos
Constantes predefinidas
Ejemplos
Errores de Socket
Funciones de Socket
socket_accept
— Acepta una conexión en un socket
socket_addrinfo_bind
— Crea y vincula un socket a una dirección dada
socket_addrinfo_connect
— Crea e inicia la conexión de un socket a una dirección dada
socket_addrinfo_explain
— Proporciona información sobre addrinfo
socket_addrinfo_lookup
— Devuelve un array que contiene la información de getaddrinfo sobre el nombre de host dado
socket_atmark
— Determina si el socket está en la marca fuera de banda
socket_bind
— Asocia un nombre a un socket
socket_clear_error
— Elimina todos los errores generados previamente por un socket
socket_close
— Cierra una instancia de Socket
socket_cmsg_space
— Calcula el tamaño del búfer
socket_connect
— Crea una conexión en un socket
socket_create
— Crea un socket
socket_create_listen
— Abre un socket en un puerto para aceptar conexiones
socket_create_pair
— Crea un par de sockets idénticos y los almacena en un array
socket_export_stream
— Exporta un socket en un flujo que encapsula un socket
socket_get_option
— Lee las opciones del socket
socket_getopt
— Alias de socket_get_option
socket_getpeername
— Interroga el otro extremo de la comunicación
socket_getsockname
— Interroga el socket local
socket_import_stream
— Importa un flujo
socket_last_error
— Lee el último error generado por un socket
socket_listen
— Espera una conexión en un socket
socket_read
— Lee datos de un socket
socket_recv
— Recibe datos de un socket conectado
socket_recvfrom
— Recibe datos de un socket, conectado o no
socket_recvmsg
— Lee un mensaje
socket_select
— Ejecuta la llamada al sistema select() sobre un array de sockets con un tiempo de expiración
socket_send
— Envía datos a un socket conectado
socket_sendmsg
— Envía un mensaje
socket_sendto
— Envía un mensaje a un socket, ya esté conectado o no
socket_set_block
— Establece el socket en modo bloqueante
socket_set_nonblock
— Selecciona el modo no bloqueante de un puntero de fichero
socket_set_option
— Modifica las opciones de socket
socket_setopt
— Alias de socket_set_option
socket_shutdown
— Desactiva un socket en lectura y/o escritura
socket_strerror
— Devuelve un string describiendo un mensaje de error
socket_write
— Escribe en un socket
socket_wsaprotocol_info_export
— Exporta la estructura WSAPROTOCOL_INFO
socket_wsaprotocol_info_import
— Importa un socket de otro proceso
socket_wsaprotocol_info_release
— Libera una estructura WSAPROTOCOL_INFO exportada
Socket
— La clase Socket
AddressInfo
— La clase AddressInfo
Found A Problem?
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
↑
and
↓
to navigate •
Enter
to select •
Esc
to close
Press
Enter
without selection to search using Google