CloseChannel Method

Closes a channel.

Object Oriented Interface

public function doCloseChannel($channelname);

Procedural Interface

ipworksiot_amqpclassic_do_closechannel($res, $channelname);

Remarks

This method closes the channel named ChannelName and removes it from the Channel* properties.

If no channel with the given ChannelName exists, an exception will be thrown.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 PHP Edition - Version 20.0 [Build 8265]