Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_set_nonblock
socket_set_nonblock
Set non-blocking mode for file descriptor fd
Name:
socket_set_nonblock
Category:
Sockets
Programming Language:
php
One-line Description:
Set non-blocking mode for file descriptor fd
Related
What Does the strcmp Return Value Mean? Understanding 0, Positive, and Negative Results
6
Can mb_scrub Handle Multilingual Content? A Detailed Look at Its Performance in Multilingual Environments
2
Comprehensive Guide to Developing PHP IM Chat Applications: From Basics to Practice
8
get_include_path() Best practices for using with set_include_path()
3
Similar Functions
socket_get_option
socket_get_option
Getsocketoptionsfors
socket_clear_error
socket_clear_error
Clearanerroronthesoc
socket_set_block
socket_set_block
Setblockingmodeonsoc
socket_connect
socket_connect
Startaconnectiononas
socket_addrinfo_explain
socket_addrinfo_explain
Getinformationabouta
socket_create_listen
socket_create_listen
Openasocketontheport
socket_getopt
socket_getopt
Aliasforsocket_get
socket_getpeername
socket_getpeername
Querytheremoteendofa
Popular Articles