Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_create
socket_create
Create sockets (communication endpoint)
Name:
socket_create
Category:
Sockets
Programming Language:
php
One-line Description:
Create sockets (communication endpoint)
Related
Combining get_include_path() and ini_set() configuration file paths in PHP projects
7
Common error analysis of curl_multi_close function in concurrent requests
10
PHP Constant Naming Error and Solutions: How to Avoid Illegal Numeric Constant Names
1
PDOStatement::fetchObject Compatibility Issues with PHP 5 and PHP 7
7
Similar Functions
socket_accept
socket_accept
Acceptconnectionsons
socket_listen
socket_listen
Listentoconnectionso
socket_addrinfo_connect
socket_addrinfo_connect
Createandconnecttoso
socket_wsaprotocol_info_release
socket_wsaprotocol_info_release
ReleasetheexportedWS
socket_select
socket_select
Runtheselect()system
socket_shutdown
socket_shutdown
Closethesockettorece
socket_setopt
socket_setopt
Aliasforsocket_set
socket_addrinfo_bind
socket_addrinfo_bind
Createandbindtosocke
Popular Articles