Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
stream_select
stream_select
Run the select() system call on the given stream array and use the timeout specified by tv_sec and tv_usec
Name:
stream_select
Category:
Stream
Programming Language:
php
One-line Description:
Run the select() system call on the given stream array and use the timeout specified by tv_sec and tv_usec
Related
PHP Pinyin Conversion of Chinese Characters and Its Relationship with Database Search
6
PHP is_nan judges the intermediate results of mathematical calculations
2
How to get the current time in combination with the time function
3
PHP Traffic Limiting and Firewall Protection Techniques to Enhance PHP Application Security
3
Similar Functions
stream_context_get_options
stream_context_get_options
Getparametersforreso
stream_select
stream_select
Runtheselect()system
stream_get_line
stream_get_line
Readalinefromthereso
stream_set_read_buffer
stream_set_read_buffer
Settingreadfilebuffe
stream_filter_remove
stream_filter_remove
Removeafilterfromthe
stream_context_set_params
stream_context_set_params
Settheparametersofth
stream_filter_register
stream_filter_register
Registerauser-define
stream_context_get_default
stream_context_get_default
Retrievethedefaultst
Popular Articles