Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_set_block
socket_set_block
Set blocking mode on socket resources
Name:
socket_set_block
Category:
Sockets
Programming Language:
php
One-line Description:
Set blocking mode on socket resources
Related
Correct use of socket_set_block in multi-threaded/multi-process PHP service
8
How to temporarily switch socket_set_block status in non-blocking listening
3
Use socket_set_block with socket_read to implement byte-byte reading
9
How is socket_set_block different from stream_set_blocking?
6
How to switch between socket_set_block and socket_set_nonblock correctly
2
socket_set_block + socket_recv implements blocking and receiving data
2
The correct posture for using socket_set_block after socket_connect
4
The collaborative working mechanism between socket_set_block and socket_accept
9
How to combine socket_create, socket_bind and socket_set_block
10
socket_set_block is used with socket_select to block and wait
2
What problems will cause for forgetting to post-process the timeout mechanism in socket_set_block?
4
socket_set_block behavior difference in Windows and Linux
6
«
1
2
3
»
Similar Functions
socket_clear_error
socket_clear_error
Clearanerroronthesoc
socket_setopt
socket_setopt
Aliasforsocket_set
socket_getpeername
socket_getpeername
Querytheremoteendofa
socket_send
socket_send
Senddatatotheconnect
socket_bind
socket_bind
Bindthenametothesock
socket_wsaprotocol_info_export
socket_wsaprotocol_info_export
ExportWSAPROTOCOL_IN
socket_getopt
socket_getopt
Aliasforsocket_get
socket_create_listen
socket_create_listen
Openasocketontheport
Popular Articles
socket_set_block is used with socket_select to block and wait
How to debug socket behavior after socket_set_block
How to combine socket_create, socket_bind and socket_set_block
Use socket_set_block to build blocking Socket chat programs
Best practices for debugging socket_set_block in CLI mode
How to temporarily switch socket_set_block status in non-blocking listening
How to switch between socket_set_block and socket_set_nonblock correctly
The risks and responses of socket_set_block in high concurrency environments