略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: ZMQPoll::remove

2024-05-04

ZMQPoll::remove

(PECL zmq >= 0.5.0)

ZMQPoll::removeRemove item from poll set

说明

public ZMQPoll::remove(mixed $item): bool

Remove item from the poll set. The item parameter can be ZMQSocket object, a stream resource or the id returned from ZMQPoll::add() method.

参数

item

The ZMQSocket object, PHP stream or string id of the item.

返回值

Returns true if the item was removed and false if the object with given id does not exist in the poll set.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/zmqpoll.remove.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3