首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
stream_set_blocking
stream_set_blocking
為資源流設置阻塞或者阻塞模式
名稱:
stream_set_blocking
分類:
溪流
所屬語言:
php
一句話介紹:
為資源流設置阻塞或者阻塞模式
相關內容
在PHP 中通過stream_set_blocking 控制套接字的讀取行為
7
同類函數
stream_set_blocking
stream_set_blocking
為資源流設置阻塞或者阻塞模式
stream_socket_accept
stream_socket_accept
接受由stream_socket_ser
stream_select
stream_select
在給定的流數組上運行select()系統
stream_bucket_new
stream_bucket_new
在當前流中創建一個新的存儲桶
stream_context_get_params
stream_context_get_params
從上下文中檢索參數
stream_set_timeout
stream_set_timeout
在流上設置超時時間
stream_context_set_option
stream_context_set_option
對資源流、數據包或者上下文設置參數
stream_filter_prepend
stream_filter_prepend
將過濾器附加到流
熱門文章
在PHP 中通過stream_set_blocking 控制套接字的讀取行為