AMQPQueue
PHP Manual

AMQPQueue::setName

(PECL amqp >= Unknown)

AMQPQueue::setNameSet the queue name

Beschreibung

public void AMQPQueue::setName ( string $queue_name )

Set the name of the queue

Parameter-Liste

queue_name

The name of the queue as a string.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.


AMQPQueue
PHP Manual