Home
PHP
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
Availability of lchown function in Windows system
5
serialize vs. file system: How to read and write serialized data efficiently?
8
Combining mb_get_info and mb_regex_encoding for regular expression encoding settings
5
hash_final How to deal with different data formats when calculating hash values?
8
Similar Functions
stream_socket_sendto
stream_socket_sendto
Sendamessagetothesoc
stream_context_set_params
stream_context_set_params
Settheparametersofth
stream_supports_lock
stream_supports_lock
Determinewhetherthes
stream_get_filters
stream_get_filters
Getalistofregistered
stream_wrapper_unregister
stream_wrapper_unregister
UnregisterURLwrapper
stream_is_local
stream_is_local
Checkifthestreamisal
stream_socket_server
stream_socket_server
CreateanInternetorUn
stream_context_set_option
stream_context_set_option
Setparametersforreso
Popular Articles