AMQPExchange
PHP Manual

AMQPExchange::setFlags

(PECL amqp >= Unknown)

AMQPExchange::setFlagsSet the flags on an exchange

Açıklama

public void AMQPExchange::setFlags ( int $flags )

Set the flags on an exchange.

Değiştirgeler

flags

A bitmask of flags. This call currently only considers the following flags: AMQP_DURABLE, AMQP_PASSIVE.

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.


AMQPExchange
PHP Manual