Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_accept
socket_accept
Accept connections on sockets
Name:
socket_accept
Category:
Sockets
Programming Language:
php
One-line Description:
Accept connections on sockets
Related
How to Convert PHP Arrays to JSON, Strings, and Other Formats – A Simple Guide
1
Facing Type Mismatch? Key Type Considerations When Using mysqli_result::$lengths
9
Why do some character sets go wrong when using mysqli::set_charset?
1
Practical Methods and Considerations for Disabling Session in ThinkPHP
5
Similar Functions
socket_clear_error
socket_clear_error
Clearanerroronthesoc
socket_set_nonblock
socket_set_nonblock
Setnon-blockingmodef
socket_read
socket_read
Readmaximumlengthbyt
socket_create_listen
socket_create_listen
Openasocketontheport
socket_select
socket_select
Runtheselect()system
socket_shutdown
socket_shutdown
Closethesockettorece
socket_recvmsg
socket_recvmsg
Readamessage
socket_write
socket_write
Writetosockets
Popular Articles