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 clean caches in combination with apcu_entry and Cron tasks
3
PHP sqrt() Function Tutorial: How to Calculate Square Roots with Examples
8
Common Causes and Troubleshooting Methods When stream_socket_recvfrom Fails to Receive Data
2
In-Depth Analysis of PHP Floating-Point Precision Issues and Solutions
5
Similar Functions
socket_last_error
socket_last_error
Returnsthelasterroro
socket_get_option
socket_get_option
Getsocketoptionsfors
socket_import_stream
socket_import_stream
Importstream
socket_bind
socket_bind
Bindthenametothesock
socket_close
socket_close
Closesocketresources
socket_setopt
socket_setopt
Aliasforsocket_set
socket_recvmsg
socket_recvmsg
Readamessage
socket_getopt
socket_getopt
Aliasforsocket_get
Popular Articles