AMQPExchange
PHP Manual

AMQPExchange::setType

(PECL amqp >= Unknown)

AMQPExchange::setTypeSet the type of the exchange

Descrizione

public string AMQPExchange::setType ( string $exchange_type )

Set the type of the exchange. This can be any of AMQP_EX_TYPE_DIRECT, AMQP_EX_TYPE_FANOUT, AMQP_EX_TYPE_HEADER or AMQP_EX_TYPE_TOPIC.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

exchange_type

The type of exchange as a string.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.


AMQPExchange
PHP Manual