PHP curl_multi_select函數(shù)
PHP curl_multi_select函數(shù)
(PHP 5)
curl_multi_select — 等待所有cURL批處理中的活動連接
說明
int curl_multi_select ( resource $mh [, float $timeout = 1.0 ] )
阻塞直到cURL批處理連接中有活動連接。
參數(shù)
mh
由 curl_multi_init() 返回的 cURL 多個句柄。
timeout
以秒為單位,等待響應的時間。
返回值
成功時返回描述符集合中描述符的數(shù)量。失敗時,select失敗時返回-1,否則返回超時(從底層的select系統(tǒng)調(diào)用).
相關(guān)文章
- PHP 簡介
- PHP EOF(heredoc) 使用說明
- PHP 常量
- PHP 運算符
- PHP Switch 語句
- PHP 面向?qū)ο?/a>
- PHP date() 函數(shù)
- PHP array_flip() 函數(shù)
- PHP array_intersect() 函數(shù)
- PHP array_key_exists() 函數(shù)
- PHP array_merge() 函數(shù)
- PHP array_product() 函數(shù)
- PHP array_reduce() 函數(shù)
- PHP array_replace() 函數(shù)
- PHP array_search() 函數(shù)
- PHP array_udiff() 函數(shù)
- PHP array_udiff_uassoc() 函數(shù)
- PHP ksort() 函數(shù)
- PHP Libxml 函數(shù)
- PHP Mail 函數(shù)