Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_create_pair
socket_create_pair
Create a pair of indistinguishable sockets and store them in an array
Name:
socket_create_pair
Category:
Sockets
Programming Language:
php
One-line Description:
Create a pair of indistinguishable sockets and store them in an array
Related
How to use apcu_entry to share cache with multi-process programs
3
Use xml_parser_get_option to check the character encoding settings of the XML parser
10
What Are the Common Issues with Using the min() Function? Common Pitfalls in PHP Development
4
The Impact of PHP Framework Version Updates on Continuous Integration and Deployment Processes
8
Similar Functions
socket_recv
socket_recv
Receivedatafromconne
socket_wsaprotocol_info_import
socket_wsaprotocol_info_import
Importsocketsfromano
socket_getpeername
socket_getpeername
Querytheremoteendofa
socket_getsockname
socket_getsockname
Querythelocalendofag
socket_getopt
socket_getopt
Aliasforsocket_get
socket_recvfrom
socket_recvfrom
Receivedatafromasock
socket_create_listen
socket_create_listen
Openasocketontheport
socket_create_pair
socket_create_pair
Createapairofindisti
Popular Articles