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’s the Difference Between mysqli_result::fetch_column and mysqli_fetch_row? Use Each Efficiently
8
How to correctly use PHP's get_include_path() to get the current include path
7
How to use mysqli::get_warnings to assist in analyzing performance issues
10
The practical application of socket_select in PHP network programming
10
Similar Functions
socket_create
socket_create
Createsockets(commun
socket_set_option
socket_set_option
Setsocketoptionsfors
socket_set_nonblock
socket_set_nonblock
Setnon-blockingmodef
socket_setopt
socket_setopt
Aliasforsocket_set
socket_close
socket_close
Closesocketresources
socket_select
socket_select
Runtheselect()system
socket_addrinfo_bind
socket_addrinfo_bind
Createandbindtosocke
socket_create_pair
socket_create_pair
Createapairofindisti
Popular Articles