= 0.5.0)ZMQPoll::remove — Remove item from poll set說明public ZMQPoll::remove(mixed $item): boolRemove item from the poll set.">
  • <nobr id="4en89"><ul id="4en89"><small id="4en89"></small></ul></nobr>
    <input id="4en89"><noframes id="4en89">
  • <input id="4en89"><sup id="4en89"><tr id="4en89"></tr></sup></input><tfoot id="4en89"><acronym id="4en89"><tfoot id="4en89"></tfoot></acronym></tfoot>

    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.

    參數(shù)

    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.