eio_grp_limit
(PECL eio >= 0.0.1dev)
eio_grp_limit — Set group limit
說明
eio_grp_limit(resource
$grp
, int $limit
): voidLimit number of requests in the request group.
參數
-
grp
-
The request group resource.
-
limit
-
Number of requests in the group.
返回值
沒有返回值。
參見
- eio_grp_add() - Adds a request to the request group