Downloads
Documentation
Get Involved
Help
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
Dealing with XForms
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
Introduction »
« SNMPException
Manuel PHP
Référence des fonctions
Autres services
Change language:
English
Brazilian Portuguese
Chinese (Simplified)
French
German
Japanese
Korean
Romanian
Russian
Spanish
Turkish
Other
Edit
Report a Bug
Sockets
Introduction
Installation/Configuration
Pré-requis
Installation
Configuration à l'exécution
Types de ressources
Constantes pré-définies
Exemples
Erreurs de socket
Fonctions sur les sockets
socket_accept
— Accepte une connexion sur un socket
socket_addrinfo_bind
— Create and bind to a socket from a given addrinfo
socket_addrinfo_connect
— Create and connect to a socket from a given addrinfo
socket_addrinfo_explain
— Get information about addrinfo
socket_addrinfo_lookup
— Get array with contents of getaddrinfo about the given hostname
socket_atmark
— Determines whether socket is at out-of-band mark
socket_bind
— Lie un nom à un socket
socket_clear_error
— Efface toutes les erreurs précédemment générées par un socket
socket_close
— Ferme une instance de Socket
socket_cmsg_space
— Calcule la taille du buffer
socket_connect
— Crée une connexion sur un socket
socket_create_listen
— Ouvre un socket sur un port pour accepter les connexions
socket_create_pair
— Crée une paire de sockets identiques et les stocke dans un tableau
socket_create
— Crée un socket
socket_export_stream
— Export a socket into a stream that encapsulates a socket
socket_get_option
— Lit les options du socket
socket_getopt
— Alias de socket_get_option
socket_getpeername
— Interroge l'autre extrémité de la communication
socket_getsockname
— Interroge le socket local
socket_import_stream
— Importe un flux
socket_last_error
— Lit la dernière erreur générée par un socket
socket_listen
— Attend une connexion sur un socket
socket_read
— Lit des données d'un socket
socket_recv
— Reçoit des données d'un socket connecté
socket_recvfrom
— Reçoit des données d'un socket, connecté ou pas
socket_recvmsg
— Lit un message
socket_select
— Exécute l'appel système select() sur un tableau de sockets avec une durée d'expiration
socket_send
— Envoie des données à un socket connecté
socket_sendmsg
— Envoi un message
socket_sendto
— Envoie un message à un socket, qu'il soit connecté ou pas
socket_set_block
— Met le socket en mode bloquant
socket_set_nonblock
— Sélectionne le mode non bloquant d'un pointeur de fichier
socket_set_option
— Modifie les options de socket
socket_setopt
— Alias de socket_set_option
socket_shutdown
— Éteint un socket en lecture et/ou écriture
socket_strerror
— Retourne une chaîne décrivant un message d'erreur
socket_write
— Écrit dans un socket
socket_wsaprotocol_info_export
— Exports the WSAPROTOCOL_INFO Structure
socket_wsaprotocol_info_import
— Imports a Socket from another Process
socket_wsaprotocol_info_release
— Releases an exported WSAPROTOCOL_INFO Structure
Socket
— La classe Socket
AddressInfo
— La classe AddressInfo
add a note
User Contributed Notes
There are no user contributed notes for this page.