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
Comprehensive Guide to PHP7 Extension Development: Parameters and Return Values
7
Will the array keys after sorting of PHP krsort be reindexed?
1
PHP get_html_translation_table() Function Explained: Usage and Example Tutorial
4
PHP Chaining Techniques Explained: Three Common Methods with Examples
6
Similar Functions
socket_strerror
socket_strerror
Returnsthestringdesc
socket_set_nonblock
socket_set_nonblock
Setnon-blockingmodef
socket_connect
socket_connect
Startaconnectiononas
socket_sendmsg
socket_sendmsg
Sendamessage
socket_setopt
socket_setopt
Aliasforsocket_set
socket_addrinfo_bind
socket_addrinfo_bind
Createandbindtosocke
socket_write
socket_write
Writetosockets
socket_cmsg_space
socket_cmsg_space
Calculatethemessageb
Popular Articles