Home
PHP
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
PHP QR Code Generation Guide: The Best Way to Quickly Implement QR Code Functionality
4
How does serialize work in conjunction with PHP's garbage collection mechanism?
5
Use time_nanosleep to implement accurate task scheduler
7
str_shuffle() and str_replace() combine to implement character replacement
10
Similar Functions
socket_addrinfo_connect
socket_addrinfo_connect
Createandconnecttoso
socket_getsockname
socket_getsockname
Querythelocalendofag
socket_set_option
socket_set_option
Setsocketoptionsfors
socket_getopt
socket_getopt
Aliasforsocket_get
socket_create_pair
socket_create_pair
Createapairofindisti
socket_shutdown
socket_shutdown
Closethesockettorece
socket_wsaprotocol_info_import
socket_wsaprotocol_info_import
Importsocketsfromano
socket_addrinfo_explain
socket_addrinfo_explain
Getinformationabouta
Popular Articles