Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_create_listen
socket_create_listen
Open a socket on the port to accept connections
Name:
socket_create_listen
Category:
Sockets
Programming Language:
php
One-line Description:
Open a socket on the port to accept connections
Related
PHP hash_final is used for signature generation of network request data
8
Why Can’t PHP Use “==” Instead of the hash_equals Function? What’s the Reason Behind It?
6
How to Use the touch() Function Together with chmod() to Adjust File Permissions?
10
How to Use the arsort() Function to Sort Arrays While Keeping Keys Intact? A Detailed Explanation
6
Similar Functions
socket_recvfrom
socket_recvfrom
Receivedatafromasock
socket_wsaprotocol_info_export
socket_wsaprotocol_info_export
ExportWSAPROTOCOL_IN
socket_clear_error
socket_clear_error
Clearanerroronthesoc
socket_send
socket_send
Senddatatotheconnect
socket_listen
socket_listen
Listentoconnectionso
socket_sendto
socket_sendto
Sendamessagetothesoc
socket_read
socket_read
Readmaximumlengthbyt
socket_getopt
socket_getopt
Aliasforsocket_get
Popular Articles